UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

3 lines (2 loc) 144 B
import { Expression } from "../types.js"; export declare function compile(expressions: Iterable<Expression>): Generator<string, void, unknown>;