index.d.ts 156 B

1234
  1. export = safeConcat;
  2. /** @type {typeof Array.prototype.concat} */
  3. declare var safeConcat: typeof Array.prototype.concat;
  4. //# sourceMappingURL=index.d.ts.map