Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Last active July 29, 2021 19:24
Show Gist options
  • Save bookercodes/e99717766994ae66071c1b3964ec959a to your computer and use it in GitHub Desktop.
Save bookercodes/e99717766994ae66071c1b3964ec959a to your computer and use it in GitHub Desktop.
const foo = require("foo")
const boo = require("boo")
foo.seconds(2) // 2000
foo.minutes(2) // 120000
boo.seconds(2000) // 2
boo.minutes (120000) // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment