Skip to content

@utilslib/core/ONE_DAY_IN_S

ONE_DAY_IN_S

函数签名

typescript
function ONE_DAY_IN_S() { ... }
点击查看源码
js
export const ONE_DAY_IN_S = 24 * 60 * 60;
ts
export const ONE_DAY_IN_S = 24 * 60 * 60;

如有错误,请提交issue :::