@types/atob-lite
Version:
TypeScript definitions for atob-lite
24 lines (17 loc) • 695 B
Markdown
# Installation
> `npm install --save @types/atob-lite`
# Summary
This package contains type definitions for atob-lite (https://github.com/hughsk/atob-lite).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atob-lite.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atob-lite/index.d.ts)
````ts
type DecodedData = string;
declare function atob(encodedData: string): DecodedData;
export = atob;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT
* Dependencies: none
# Credits
These definitions were written by [Gregor Martynus](https://github.com/gr2m).