UNPKG

@masala/parser

Version:
14 lines (11 loc) 218 B
/* * Parsec * https://github.com/d-plaindoux/parsec * * Copyright (c) 2016 Didier Plaindoux * Licensed under the LGPL2 license. */ import jsonParser from './json/jsonparser'; export default { jsonParser };