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.