@types/is-base64
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/is-base64

Summary

This package contains type definitions for is-base64 (https://github.com/miguelmota/is-base64).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-base64.

index.d.ts

interface IsBase64Options {
    allowEmpty?: boolean | undefined;
    allowMime?: boolean | undefined;
    mimeRequired?: boolean | undefined;
    paddingRequired?: boolean | undefined;
}

declare function isBase64(string: string, options?: IsBase64Options): boolean;

export = isBase64;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Chris Wilkinson.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-base64

Weekly Downloads

24,963

Version

1.1.3

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types