UNPKG

tsds-build

Version:

Development stack for TypeScript libraries

4 lines (3 loc) 246 B
import { type TargetType } from 'ts-swc-transform'; import { type CommandCallback, type CommandOptions } from 'tsds-lib'; export default function files(_args: string[], type: TargetType, options: CommandOptions, callback: CommandCallback): void;