@types/jquery.base64
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

Installation

npm install --save @types/jquery.base64

Summary

This package contains type definitions for jquery.base64 (https://github.com/yatt/jquery.base64/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.base64.

index.d.ts

/// <reference types="jquery" />

interface JQueryBase64Static {
    encode(data: string, isUTF8?: boolean): string;
    decode(data: string, isUTF8?: boolean): string;
}

interface JQueryStatic {
    base64: JQueryBase64Static;
}

Additional Details

  • Last updated: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by Shinya Mochizuki.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jquery.base64

Weekly Downloads

5

Version

0.0.33

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types