UNPKG

154 BTypeScriptView Raw
1import type { PropertyKey } from "../index";
2
3declare function DeletePropertyOrThrow(O: object, P: PropertyKey): boolean;
4export = DeletePropertyOrThrow;