@masala/parser
Version:
Masala Parser
18 lines (15 loc) • 310 B
JavaScript
/*
* Masala Parser
* https://github.com/masala/masala-parser
*
* Copyright (c) 2016-2025 Didier Plaindoux & Nicolas Zozol
* Licensed under the LGPL3 license.
*/
import option from './option.js'
import atry from './try.js'
import unit from './unit.js'
export default {
option,
atry,
unit,
}