pzp-net/declarations/pull-cat.d.ts

5 lines
92 B
TypeScript

declare module 'pull-cat' {
function concat(...args: Array<any>): any
export = concat
}