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

2.0.2 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/atob-lite

Weekly Downloads

48,263

Version

2.0.2

License

MIT

Unpacked Size

2.73 kB

Total Files

5

Last publish

Collaborators

  • types