never.js 73 B

12345
  1. export function parseNeverDef() {
  2. return {
  3. not: {},
  4. };
  5. }