UNPKG

@tsbb/core

Version:

TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.

3 lines (2 loc) 125 B
import { type CompileOptions } from '../compile.js'; export declare function babelTransform(options?: CompileOptions): void;