UNPKG

143 BTypeScriptView Raw
1import getPolyfill = require("./polyfill");
2
3declare function shimUtilPromisify(): ReturnType<typeof getPolyfill>;
4export = shimUtilPromisify;