UNPKG

core-graphics

Version:

A core library for creating shape-based graphic editors

13 lines (8 loc) 192 B
declare module 'js-base64' { interface IBase64 { encode(a: string): string; decode(a: string): string; } /* tslint:disable:variable-name */ export const Base64: IBase64; }