UNPKG

210 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isFileParser(a) {
4 return !!a && !!a.toAst;
5}
6exports.isFileParser = isFileParser;
7//# sourceMappingURL=FileParser.js.map
\No newline at end of file