Licence
MIT
Version
1.1.0
Deps
3
Size
14 kB
Vulns
0
Weekly
0
Most handlers exported by this library are now available here
ldflex handlers
My custom handlers for use with the LDflex Library
Usage
import { defaultHandlers } from '@jeswr/ldflex-handlers'
import { PathFactory } from 'ldflex'
const myPath = new PathFactory({
handlers: defaultHandlers,
context: // see https://github.com/ldflex/ldflex for usage
queryEngine: // see https://github.com/ldflex/ldflex for usage
});All exposed handlers are declared here