UNPKG

svelte-draft

Version:
4 lines (3 loc) 190 B
import { ImportDeclaration } from "@babel/types"; import { NodePath } from "@babel/core"; export declare function TranslateImport(statements: Array<NodePath<ImportDeclaration>>): string;