https://github.com/walrusjs/shared
实用的脚本方法库
https://github.com/walrusjs/shared
Last synced: about 2 months ago
JSON representation
实用的脚本方法库
- Host: GitHub
- URL: https://github.com/walrusjs/shared
- Owner: walrusjs
- License: mit
- Created: 2023-01-12T10:53:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T07:46:22.000Z (over 2 years ago)
- Last Synced: 2025-02-07T04:39:50.958Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@walrus/shared实用的脚本方法库
[![NPM version][image-1]][npm-url]
[![NPM downloads][image-2]][npm-url]
[![codecov][codecov-1]][codecov-2]
[![license][license-1]][npm-url]
[](https://github.com/walrusjs/shared/issues)
[](http://isitmaintained.com/project/walrusjs/shared 'Percentage of issues still open')
[](http://isitmaintained.com/project/walrusjs/shared 'Average time to resolve an issue')## 🏗 安装
```bash
# npm install
npm install @walrus/shared --save# yarn install
yarn add @walrus/shared# pnpm install
pnpm i @walrus/shared
```## 🔨 使用
```tsx
import { isFile } from '@walrus/shared';
```[image-1]: https://img.shields.io/npm/v/@walrus/shared.svg?style=flat
[image-2]: https://img.shields.io/npm/dw/@walrus/shared.svg?style=flat
[codecov-1]: https://codecov.io/github/walrusjs/shared/branch/master/graph/badge.svg?token=EKYDUW28H0
[codecov-2]: https://codecov.io/github/walrusjs/shared
[license-1]: https://badgen.net/npm/license/@walrus/shared
[npm-url]: https://www.npmjs.com/package/@walrus/shared
[issues-1]: https://www.npmjs.com/package/@walrus/shared