1.0.1 • Published 4 months ago

oh-my-funcs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

on-my-utils

前端开发常用功能函数,拿来即用

安装

npm install oh-my-funcs
yarn/pnpm add pnpm

使用

import { --- } from 'oh-my-funcs'

show(text: string, time = 1000)

import { toast } from 'oh-my-funcs'

toast('Hello World!')
1.0.1

4 months ago