版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

13 rader
262 B

  1. import { Parser } from 'acorn'
  2. declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
  3. declare namespace jsx {
  4. interface Options {
  5. allowNamespacedObjects?: boolean;
  6. allowNamespaces?: boolean;
  7. }
  8. }
  9. export = jsx;