https://github.com/flcwl/unext
A modern web utils collection using esnext.
https://github.com/flcwl/unext
esnext javascript modules unext utils
Last synced: 8 months ago
JSON representation
A modern web utils collection using esnext.
- Host: GitHub
- URL: https://github.com/flcwl/unext
- Owner: Flcwl
- License: mit
- Created: 2020-12-31T15:02:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:54:32.000Z (over 1 year ago)
- Last Synced: 2025-01-30T20:06:56.451Z (over 1 year ago)
- Topics: esnext, javascript, modules, unext, utils
- Language: TypeScript
- Homepage:
- Size: 274 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unext
[](https://travis-ci.org/github/Flcwl/unext)
[](https://github.com/Flcwl/unext/blob/master/LICENSE)
[](https://www.npmjs.com/package/unext)
> A modern web utils collection using esnext.
## Getting Started
### Installation
```console
npm install --save unext
```
### Documentation
```js
import Scroll from "unext/dom/scroll";
```
## Tests
You can find all cases in `files:/test/*.spec.js`, And testing Using below script.
```console
npm run test
```