UNPKG

@extra-array/init

Version:
9 lines (8 loc) 184 B
declare module "@extra-array/init" { /** * Gets values except last. * @param x an array */ declare function init<T>(x: T[]): T[]; export = init; //# sourceMappingURL=init.d.ts.map}