3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
declare let browserify: (transforms?: any[]) => any;
|
|
export = browserify;
|