Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@start/plugin-lib-typescript-generate

deepsweet51MIT4.0.0TypeScript support: included

🏭 Generate .d.ts files using TypeScript

tasks, runner, start, start-plugin, typescript

readme

🏭 plugin-lib-typescript-generate

Generate .d.ts files using TypeScript.

Install

$ yarn add --dev @start/plugin-lib-typescript-generate

Usage

Signature

typescriptGenerate(inDir: string, outDir: string)

Example

import typescriptGenerate from '@start/plugin-lib-typescript-generate'

export const task = () => typescriptGenerate('src/', 'build/')