UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

6 lines (5 loc) • 163 B
import { DefineProductType } from '../../index.ts'; export declare const textName = "_text"; export type TextType = DefineProductType<{ ParseData: string; }>;