test
This commit is contained in:
3
define-data-property/index.d.ts
vendored
Normal file
3
define-data-property/index.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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
|
||||
Reference in New Issue
Block a user