Files
ihrm/node_modules/@stencil/core/testing/testing.d.ts

3 lines
155 B
TypeScript
Raw Normal View History

2023-05-10 15:06:57 +05:30
import type { Testing, ValidatedConfig } from '@stencil/core/internal';
export declare const createTesting: (config: ValidatedConfig) => Promise<Testing>;