@1f8/commons 中文文档教程

发布于 3年前 浏览 23 更新于 3年前

在 1F8 应用程序之间共享通用代码以实现更快的开发

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

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文