UNPKG

tsd

Version:

Check TypeScript type definitions

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