mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 09:42:43 +00:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import promisify = require('./implementation');
|
|
import util = require('util');
|
|
|
|
declare function getPolyfill(): typeof promisify | typeof util.promisify;
|
|
export = getPolyfill;
|