UNPKG

@extra-array/pop-update

Version:
9 lines (8 loc) 195 B
declare module "@extra-array/pop-update" { /** * Removes last value. * @param x an array (updated) */ declare function pop$<T>(x: T[]): T[]; export = pop$; //# sourceMappingURL=pop$.d.ts.map}