版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
371 B

  1. export { c as checkDefaultExport, g as getIdentifiers, t as transformDefineOptions } from './transform-3536c1e4.js';
  2. import { Statement, CallExpression, ObjectExpression } from '@babel/types';
  3. declare function filterMacro(stmts: Statement[]): CallExpression[];
  4. declare function hasPropsOrEmits(node: ObjectExpression): boolean;
  5. export { filterMacro, hasPropsOrEmits };