-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
The first code sample in the readme doesn't appear to be valid JS.
import cronometro from 'cronometro'
const results = cronometro({
await test1: function () {
// Do something
},
await test2: function () {
// Do something else
}
})Perhaps you meant something like
import cronometro from 'cronometro'
const results = cronometro({
test1: async function () {
// Do something
},
test2: async function () {
// Do something else
}
})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels