4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
export = safeConcat;
|
|
/** @type {typeof Array.prototype.concat} */
|
|
declare var safeConcat: typeof Array.prototype.concat;
|
|
//# sourceMappingURL=index.d.ts.map
|