DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/DeletePropertyOrThrow.d.ts |
import type { PropertyKey } from '../index'; declare function DeletePropertyOrThrow(O: object, P: PropertyKey): boolean; export = DeletePropertyOrThrow; |