UNPKG

@types/btoa

Version:
6 lines (3 loc) 101 B
/// <reference types="node" /> declare function btoa(str: string | Buffer): string; export = btoa;