UNPKG

@extra-array/pop

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