UNPKG

indicative-parser

Version:
14 lines (13 loc) 407 B
"use strict"; /** * indicative-parser * * (c) Harminder Virk <virk@adonisjs.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ Object.defineProperty(exports, "__esModule", { value: true }); var main_1 = require("./src/main"); exports.rulesParser = main_1.rulesParser; exports.messagesParser = main_1.messagesParser;