engine_setup.d.ts 99 B

123
  1. export declare function setup(feature: {
  2. [key: string]: boolean | string;
  3. }): Promise<string>;