hindsight
v0.0.1-alpha.1
Published
Generate prop documentation for Svelte components
Downloads
8
Maintainers
Readme
hindsight
Generate prop documentation for Svelte components.
Getting Started
yarn add -D hindsightUsage
CLI
yarn run hindsight 'src/**/*.svelte'Node.js
const hindsight = require("hindsight");
(async () => {
const types = await hindsight({ include: ["temp/**/*.{svelte,html}"] });
})();