mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 19:45:48 +08:00
* feat(types): add the atob btoa npm module definitions * style(lint): shorten typescript version * chore(tslint): remove unnecessary rules * chore(tslint): fix linting errors
8 lines
297 B
TypeScript
8 lines
297 B
TypeScript
// Type definitions for btoa 1.2
|
|
// Project: https://git.coolaj86.com/coolaj86/btoa.js
|
|
// Definitions by: John Wright <https://github.com/johngeorgewright>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
export default function(str: string): string;
|