We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To install:
npm install --save biselect
To import:
import {Biselect} from "biselect"
To create selectors:
const fromRootToFoo = Biselect.from<Root>().prop('foo')