mwg API
    Preparing search index...

    Variable MWL_SCHEMA_01Const

    MWL_SCHEMA_01: "0.1" = '0.1'

    Published MWL schema identifiers understood by the compiler and migration tooling.

    import { MWL_SCHEMA_01, MWL_SCHEMA_10 } from '@datamoc/mw_games/mwl';

    console.log(MWL_SCHEMA_01, MWL_SCHEMA_10); // '0.1', '1.0'