1.1.3 • Published 6 months ago

@types/is-base64 v1.1.3

Weekly downloads
6,249
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for is-base64 1.1
// Project: https://github.com/miguelmota/is-base64
// Definitions by: Chris Wilkinson <https://github.com/thewilkybarkid>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 14:23:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Chris Wilkinson.

1.1.3

6 months ago

1.1.2

7 months ago

1.1.1

3 years ago

1.1.0

4 years ago