UNPKG

@types/atob

Version:
22 lines (16 loc) 660 B
# Installation > `npm install --save @types/atob` # Summary This package contains type definitions for atob (https://git.coolaj86.com/coolaj86/atob.js.git). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atob. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atob/index.d.ts) ````ts export = _default; declare function _default(str: string): string; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:04 GMT * Dependencies: none # Credits These definitions were written by [John Wright](https://github.com/johngeorgewright).