UNPKG

@irwinproject/storybook-addon-tsdoc

Version:
14 lines (13 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.syntaxer = void 0; /** * bySyntax is a good proof of concept however knowing that all of Ts-Morphs validator methods just evaluate the kind value. So I should be able to just build a method that is not reliant on a Static type map so each method is mode declarative. * * Instead I can just assume that a number correlates to a type * * This should reduce the amount of Importing necessary */ const syntaxer = () => { }; exports.syntaxer = syntaxer;