UNPKG

@types/object.groupby

Version:
8 lines (6 loc) 182 B
import implementation = require("./implementation"); /** * Gets the optimal implementation to use. */ declare function getPolyfill(): typeof implementation; export = getPolyfill;