UNPKG

tsd-check

Version:
10 lines (9 loc) 229 B
import { Config } from './interfaces'; declare const _default: (pkg: any) => Config; /** * Load the configuration settings. * * @param pkg - The package.json object. * @returns The config object. */ export default _default;