UNPKG

@rushstack/heft-config-file

Version:

Configuration file loader for @rushstack/heft

7 lines 228 B
/** * Returns an object with investigative annotations stripped, useful for snapshot testing. * * @beta */ export declare function stripAnnotations<TObject>(obj: TObject): TObject; //# sourceMappingURL=TestUtilities.d.ts.map