UNPKG

@imtf/rjsf-conditionals

Version:

Extension of @rjsf/core with conditional field support

6 lines 116 B
const isDevelopment = () => { return process.env.NODE_ENV !== "production"; }; export default { isDevelopment };