UNPKG

287 BTypeScriptView Raw
1/**
2 * Checks whether a collection name (e.g. "Map" or "Set") has a native polyfill
3 * that is safe to be used.
4 */
5declare function _shouldPolyfillES6Collection(collectionName: string): boolean;
6
7declare namespace _shouldPolyfillES6Collection {}
8
9export = _shouldPolyfillES6Collection;