UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

7 lines (6 loc) 220 B
import type { FilePath, UIntDuration } from '../dt/index.js'; export type TestData<I, O> = { i: I; o: O; }[]; export declare function awaitForSrcImport(path: FilePath, timeoutInMs?: UIntDuration): Promise<void>;