UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 191 B
import type { PropertyKey } from ".."; declare function CreateNonEnumerableDataPropertyOrThrow(O: object, P: PropertyKey, V: unknown): void; export = CreateNonEnumerableDataPropertyOrThrow;