UNPKG

gold-sight

Version:

Test your code on realistic content, precisely

7 lines 270 B
import { AssertOptions, DeepCloneOptions } from "./index.types"; export interface Config { assertOptions?: AssertOptions; deepCloneOptions?: DeepCloneOptions; } export declare function getConfig(filename?: string): Config; //# sourceMappingURL=getConfig.d.ts.map