UNPKG

131 BTypeScriptView Raw
1declare module 'bower-json' {
2 export function read(path: string, options: any, callback: (err: any, json: any) => void): void;
3}