DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/HasOwnProperty.d.ts |
import type { PropertyKey } from '../index'; declare function HasOwnProperty<P extends PropertyKey>(O: object, P: P): O is { [K in P]: unknown }; export = HasOwnProperty; |