@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.

/@types/atob-lite/

    Package Sidebar

    Install

    npm i @types/atob-lite

    Weekly Downloads

    36,557

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    2.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • types