UNPKG

mlh-tsd

Version:

Check TypeScript type definitions

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