UNPKG

@masala/parser

Version:
14 lines (11 loc) 250 B
/* * Masala Parser * https://github.com/masala/masala-parser * * Copyright (c) 2016-2025 Didier Plaindoux & Nicolas Zozol * Licensed under the LGPL3 license. */ import jsonParser from './json/jsonparser.js' export default { jsonParser, }