Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 331 Bytes

utils.md

File metadata and controls

16 lines (11 loc) · 331 Bytes
title route
Utils
/common/utils

JS Utils

比较基础的工具函数,如有需要请参考 utils 文件

Usage

只支持按需引入。

import { range, isLeapYear, convert2Digit } from 'beeshell/dist/common/utils'