Files
budget_analyser/node_modules/define-data-property/index.d.ts
TiclemFR 076ec32c3b 🔧
2023-12-29 17:47:40 +01:00

3 lines
275 B
TypeScript

declare const _exports: (obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void;
export = _exports;
//# sourceMappingURL=index.d.ts.map