UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

6 lines (5 loc) 167 B
export interface TwingSource { readonly code: string; readonly name: string; } export declare const createSource: (name: string, code: string) => TwingSource;