mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 04:51:24 +01:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
'use strict';
|
|
module.exports = cb => new Promise(resolve => {
|
|
resolve(cb());
|
|
});
|