@totebox/history
v0.14.0
Published
A simple stack search tool similar to browser history
Downloads
18
Readme
@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