@supuwoerc/utils

@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'

维护者

@Supuwoerc

如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

使用许可

MIT © Supuwoerc

变动记录

CHANGELOG

Generated using TypeDoc