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

3 lines
97 B
Plaintext

declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
export = hasOwn;