UNPKG

195 BTypeScriptView Raw
1declare module "@extra-array/pop-update" {
2/**
3 * Removes last value.
4 * @param x an array (updated)
5 */
6declare function pop$<T>(x: T[]): T[];
7export = pop$;
8//# sourceMappingURL=pop$.d.ts.map}