UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

11 lines (10 loc) 240 B
/* * @Author : ZhouQiJun * @Date : 2024-05-01 14:23:35 * @LastEditors : ZhouQiJun * @LastEditTime: 2025-03-22 22:21:47 * @Description : 统一导出 */ export * from './type' export * from './math' export * from './utils'