Closed lunelson closed 5 years ago
pennyrc.js
data
module.exports
dataPromise.then((data) => {/*...*/})
pennyrc.js
formatdata
key there would either contain a Promise, or require a file whosemodule.exports
is a PromisedataPromise.then((data) => {/*...*/})
data