0.0.56 • Published 9 months ago

@retypes/dayjs v0.0.56

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

dayjs rescript types

how to install

  • step 1: install package yarn add -D @retypes/dayjs
  • step 2: add dependencies in bsconfig.json
{
  "bs-dependencies": ["@retypes/dayjs"]
}
  • step 3: build with deps to build the dependency once npm rescript build -with-deps

usage

let configs = Dayjs.Utils.configTypeBuilder(String("fsfasd"))
let x = Dayjs.dayJs(configs)
let il: Dayjs.T.iLocale = Dayjs.T.iLocale(~name="nithin", ())
let m = x.unsafe_locale(. ~preset="sfs", ~object=il)
0.0.56

9 months ago

0.0.55

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago