index.sjs 78 B

1234567
  1. const checkFlex = () => {
  2. return true;
  3. };
  4. export default {
  5. checkFlex,
  6. };