persona-community-5/.pnpm-store/v3/files/82/dfb875af75b81793214d56a3fb5de844b792a7fccddcbd1aff424062e6de03075974110a86eb7ec66ec4cdb8c4dd87123847cd8381f69a0c117ac6f5b7e25f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
117 B
Plaintext

declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;