UNPKG

523 BJavaScriptView Raw
1module.exports = {
2 browser: require('@sharyn/browser'),
3 clearCaches: require('@sharyn/browser/clearCaches'),
4 getFormFields: require('@sharyn/browser/getFormFields'),
5
6 commands: require('@sharyn/commands'),
7
8 env: require('@sharyn/env'),
9 envCheck: require('@sharyn/env/check'),
10
11 reactHooks: require('@sharyn/react-hooks'),
12 useStateObject: require('@sharyn/react-hooks/useStateObject'),
13
14 reactRouter: require('@sharyn/react-router'),
15 scripts: require('@sharyn/scripts'),
16 util: require('@sharyn/util'),
17}