@utilslib/core/ONE_MINUTE_IN_MS
ONE_MINUTE_IN_MS
函数签名
typescript
function ONE_MINUTE_IN_MS() { ... }点击查看源码
js
export const ONE_MINUTE_IN_MS = 60 * 1000;ts
export const ONE_MINUTE_IN_MS = 60 * 1000;如有错误,请提交issue :::