UNPKG

mmir-tooling

Version:
5 lines (2 loc) 145 B
const promiseConstr = typeof Promise !== 'undefined'? Promise : require('es6-promise').Promise; export = promiseConstr as typeof Promise;