DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ArraySetLength.d.ts |
import type { PropertyDescriptor } from '../index'; declare function ArraySetLength(A: unknown[], Desc: PropertyDescriptor): boolean; export = ArraySetLength; |