UNPKG

tenacity-tools

Version:

tenacity's js tool library

18 lines (11 loc) 251 B
# `tenacity-tools js工具库说明` ## 📦 安装(Install) ```pash npm install tenacity-tools or yarn add tenacity-tools ``` 🔨 Usage import { setTitle, copy } from 'tenacity-tools'; > setTitle('页面标题') > copy('复制文本')