mock.d.ts 103 B

12
  1. export declare let inline: boolean;
  2. export declare function inlineMock(nextInline?: boolean): boolean;