mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2026-02-22 03:56:51 -05:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|