版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

transform-3536c1e4.d.ts 374 B

12345678910
  1. import { Statement } from '@babel/types';
  2. declare function transformDefineOptions(code: string, id: string): {
  3. code: string;
  4. map: any;
  5. } | undefined;
  6. declare const checkDefaultExport: (stmts: Statement[]) => void;
  7. declare const getIdentifiers: (stmts: Statement[]) => string[];
  8. export { checkDefaultExport as c, getIdentifiers as g, transformDefineOptions as t };