mirror of
https://github.com/abrendan/l00kup.git
synced 2025-12-15 17:56:45 +01:00
Initial commit
This commit is contained in:
3
node_modules/hasown/index.d.ts
generated
vendored
Normal file
3
node_modules/hasown/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
|
||||
|
||||
export = hasOwn;
|
||||
Reference in New Issue
Block a user