npm.io
2.0.2 • Published 2 years ago

@types/atob-lite

Licence
MIT
Version
2.0.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

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 2204 GMT
  • Dependencies: none

Credits

These definitions were written by Gregor Martynus.