UNPKG

189 BTypeScriptView Raw
1/**
2 * Returns an array of dependencies from project's package.json
3 */
4export default function findDependencies(root: string): Array<string>;
5//# sourceMappingURL=findDependencies.d.ts.map
\No newline at end of file