projectinfo/dist/index.d.ts

9 lines
292 B
TypeScript
Raw Permalink Normal View History

2016-11-26 13:45:56 +00:00
import 'typings-global';
export * from './projectinfo.classes.git';
export * from './projectinfo.classes.npm';
export * from './projectinfo.classes.projectinfo';
/**
* gets the name from package.json in a specified directory
*/
export declare let getNpmNameForDir: (cwdArg: any) => string;