UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 154 B
import type { PropertyKey } from "../index"; declare function DeletePropertyOrThrow(O: object, P: PropertyKey): boolean; export = DeletePropertyOrThrow;