UNPKG

374 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.parse = void 0;
4var parser_1 = require("./parser");
5/**
6 * This method exists for backward compatibility only.
7 * Use *parse* method from *parser* file.
8 */
9function parse(fileName) {
10 return parser_1.parse(fileName);
11}
12exports.parse = parse;
13//# sourceMappingURL=propTypesParser.js.map
\No newline at end of file