UNPKG

react-docgen-typescript

Version:

[![Build Status](https://github.com/styleguidist/react-docgen-typescript/actions/workflows/nodejs.yml/badge.svg)](https://github.com/styleguidist/react-docgen-typescript/actions/workflows/nodejs.yml)

13 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parse = void 0; var parser_1 = require("./parser"); /** * This method exists for backward compatibility only. * Use *parse* method from *parser* file. */ function parse(fileName) { return (0, parser_1.parse)(fileName); } exports.parse = parse; //# sourceMappingURL=propTypesParser.js.map