Summarise a compiled catalog for parity checks and CI output.
import { compile, contentReport } from '@datamoc/mw_games/mwl';console.log(contentReport(compile("[{ tag: 'game', schema: 0.1 }]")).tags); Copy
import { compile, contentReport } from '@datamoc/mw_games/mwl';console.log(contentReport(compile("[{ tag: 'game', schema: 0.1 }]")).tags);
Summarise a compiled catalog for parity checks and CI output.