A modern web utils collection using esnext.
npm install unext


> A modern web utils collection using esnext.
``console`
npm install --save unext
`js`
import Scroll from "unext/dom/scroll";
You can find all cases in files:/test/*.spec.js, And testing Using below script.
`console``
npm run test