lint: src/node/utils/promises.js

This commit is contained in:
John McLear 2021-01-21 21:06:52 +00:00 committed by Richard Hansen
parent b831feae66
commit 21ef857d8a

View file

@ -1,3 +1,4 @@
'use strict';
/**
* Helpers to manipulate promises (like async but for promises).
*/