Files
Arbitrate-FrontendH5/node_modules/define-data-property/index.d.ts
T

3 lines
275 B
TypeScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
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