most-history
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

most-history

Installing

$ npm install --save most-history

Basic usage

import {history} from 'most-history'
 
const {push, stream} = history()
 
 
stream.filter(location => location.pathname === '/path')
  .observe(...)
 
route$.observe(push)
 

Readme

Keywords

Package Sidebar

Install

npm i most-history

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tylors