Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 668 Bytes

Unext

Build Status GitHub license npm version

A modern web utils collection using esnext.

Getting Started

Installation

npm install --save unext

Documentation

import Scroll from "unext/dom/scroll";

Tests

You can find all cases in files:/test/*.spec.js, And testing Using below script.

npm run test