Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « p-try « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efa2f743381dd45212c7dd2b94238e50b53a41cc (plain)
1
2
3
4
'use strict';
module.exports = cb => new Promise(resolve => {
	resolve(cb());
});