UNPKG

101 BTypeScriptView Raw
1/// <reference types="node" />
2
3declare function btoa(str: string | Buffer): string;
4
5export = btoa;