1.1.0 • Published 3 years ago

@jeswr/ldflex-handlers v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

⚠️ 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