Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tepi/src/types.ts>GlobalData

A .http Test Runner
Latest
type alias GlobalData
import { type GlobalData } from "https://deno.land/x/tepi@v1.0.74/src/types.ts";
definition: { meta: Meta; _files: File[]; _blocksAlreadyReferenced: Set<Block>; _blocksDone: { [key: string]: Block; }; }