UNPKG

@terrencecrowley/ot-js

Version:
12 lines (11 loc) 338 B
import * as LogAbstract from "@terrencecrowley/logabstract"; import * as Context from "@terrencecrowley/context"; interface TestEnv { context: Context.IContext; log: LogAbstract.ILog; } export declare namespace test { function test_server(env: TestEnv): void; function tests(): Array<(env: TestEnv) => void>; } export {};