@totebox/history

0.14.0 • Public • Published

@totebox/history

安装

npm i @totebox/history

使用

import History from '../src/index';

const history = new History();
history.direct('/a'); // return 1
history.direct('/b'); // return 2
history.direct('/a'); // return -1

License

MIT © nicolaszhao

Readme

Keywords

Package Sidebar

Install

npm i @totebox/history

Weekly Downloads

9

Version

0.14.0

License

MIT

Unpacked Size

6.95 kB

Total Files

5

Last publish

Collaborators

  • nicolaszhao