kjelsrud.dev/node_modules/astro/dist/cli/add/imports.d.ts

3 lines
130 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import { t } from './babel.js';
export declare function ensureImport(root: t.File, importDeclaration: t.ImportDeclaration): void;