UNPKG

@netlify/zip-it-and-ship-it

Version:
6 lines (5 loc) 169 B
import type { Statement } from '@babel/types'; export declare const getImports: (node: Statement, importPath: string) => { imported: string; local: string; }[];