UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

7 lines (6 loc) • 211 B
import { DefineProductType } from '../../index.ts'; import { InlinersNode } from '../groups'; export declare const spanName = "_span"; export type SpanType = DefineProductType<{ ParseData: InlinersNode; }>;