UNPKG

typescript-libraries

Version:
6 lines (5 loc) 185 B
export declare class TSCordova { static bootstrap(closure: () => void): void; static bind(plugin: any, closure: (plugin: any) => void): void; static isCordova(): boolean; }