UNPKG

svelte-draft

Version:
8 lines (7 loc) 236 B
import { IDSL } from "typedraft"; import { Statement } from "@babel/types"; export declare class SvelteWatch implements IDSL { m_Merge: boolean; constructor(); Transcribe(block: Array<Statement>): Array<Statement>; }