mwg API
    Preparing search index...

    Variable schema01Const

    schema01: Readonly<Record<string, MwlTagSchema>> = ...

    The 0.1 MWL tag schema: every tag with its attributes, children and ref targets. Pass a different record to compile/validate to extend or replace the vocabulary.

    import { schema01 } from '@datamoc/mw_games/mwl';

    console.log(Object.keys(schema01).includes('game')); // true