UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

3 lines (2 loc) 155 B
import type { Testing, ValidatedConfig } from '@stencil/core/internal'; export declare const createTesting: (config: ValidatedConfig) => Promise<Testing>;