mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-26 13:30:21 +00:00
7 lines
296 B
TypeScript
7 lines
296 B
TypeScript
export { parse as parseYaml } from "https://deno.land/std@0.172.0/encoding/yaml.ts";
|
|
|
|
import Ajv from "https://esm.sh/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 };
|