astro-ghostcms/.pnpm-store/v3/files/03/110f28c5274b4f87469bf794cc7...

3 lines
97 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
export = hasOwn;