UNPKG

kstpl

Version:
5 lines (4 loc) 150 B
export type TEnumDrv = 'ejs' | 'twig' | 'twing' | 'str' | 'highlight' | 'mark' | 'markdown'; export type TList<T = any> = { [name: string]: T; };