@1f8/commons
v1.2.6
Published
1F8 Shared Library
Downloads
14
Readme
Common code to be shared among 1F8 apps to enable faster development
standard usage
import
yarn add @1f8/commons
usage
import * as calc from '@1f8/commons/calc'
import * as util from '@1f8/commons/util'
let x = calc.round(4.015) // 4.02
await util.sleep(5)
import * as date from '@1f8/commons/date'
let x = date.today // todays date