UNPKG

115 BTypeScriptView Raw
1/**
2 * Return user’s package.json.
3 *
4 * @return {object}
5 */
6export default function getUserPackageJson(): any;