DefinitelyTyped/types/array.prototype.flatmap/polyfill.d.ts
Jesse Hallett 1899725695 Type definitions for array.prototype.flatmap (#29437)
* Type definitions for array.prototype.flatmap

* array.prototype.flatmap: importing "/auto" extends the Array prototype
2018-10-08 10:36:07 -07:00

5 lines
117 B
TypeScript

import flatMap = require("./implementation");
declare function getPolyfill(): typeof flatMap;
export = getPolyfill;