Appearance
BigIntSupport 扩展 dayjs(), dayjs.unix API 以支持 BigInt 参数。
dayjs()
dayjs.unix
var bigIntSupport = require("dayjs/plugin/bigIntSupport"); dayjs.extend(bigIntSupport); dayjs(BigInt(1666310421101)); dayjs.unix(BigInt(1666311003));