UNPKG

@rindo/core

Version:

A Compiler for Web Components and Progressive Web Apps

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