mirror of
https://github.com/thangisme/notes.git
synced 2025-01-03 05:26:36 -05:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|