UNPKG

reactrators

Version:

A React library for composing and enhancing components with flexible and chainable functions. Simplify the process of injecting functionality and props into React components by providing a composable utility for building component enhancers.

12 lines 222 B
{ "compilerOptions": { "target": "esnext", "jsx": "react", "allowSyntheticDefaultImports": true, "moduleResolution": "node", "experimentalDecorators": true }, "exclude": [ "node_modules" ] }