@supuwoerc/utils
v1.2.1
Published
前端工具方法
Downloads
6
Maintainers
Readme
@supuwoerc/utils
请确保安装最新版本,该库包含了前端开发日常使用的一些方法,持续扩展中.
安装
npm
npm install @supuwoerc/utils --save
yarn
yarn add @supuwoerc/utils
pnpm
pnpm add @supuwoerc/utils
方法文档
点击访问:@Doc
示例
import { getElementSelector } from "@supuwoerc/utils"
console.log(getElementSelector(document.body)) // 'html > body'
维护者
如何贡献
非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。
使用许可
MIT © Supuwoerc