boolean.js 83 B

12345
  1. export function parseBooleanDef() {
  2. return {
  3. type: "boolean",
  4. };
  5. }