You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
export { parse as parseYaml } from "https://deno.land/std@0.172.0/encoding/yaml.ts";
|
|
|
|
import Ajv from "npm:ajv@8.12.0";
|
|
import * as path from "https://deno.land/std@0.172.0/path/mod.ts";
|
|
import schema from "../ports.schema.json" assert { type: "json" };
|
|
|
|
export { Ajv, path, schema };
|