UNPKG

264 BTypeScriptView Raw
1import type { ExportDefaultDeclaration, ExportNamedDeclaration } from '@babel/types';
2import type { NodePath } from '@babel/traverse';
3export default function resolveExportDeclaration(path: NodePath<ExportDefaultDeclaration | ExportNamedDeclaration>): NodePath[];