Skip to content

Getting Started

Alex Fox Gill edited this page Jul 17, 2018 · 3 revisions

To install:

npm install --save biselect

To import:

import {Biselect} from "biselect" 

To create selectors:

const fromRootToFoo = Biselect.from<Root>().prop('foo')
Clone this wiki locally