UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 160 B
import type { PropertyDescriptor } from "../index"; declare function ArraySetLength(A: unknown[], Desc: PropertyDescriptor): boolean; export = ArraySetLength;