feat: Add in some helpers for the properties

This commit is contained in:
BluJ
2023-04-12 14:04:24 -06:00
parent cf12697f22
commit 556b1b03f1
12 changed files with 672 additions and 334 deletions

View File

@@ -11,3 +11,4 @@ export * as TOML from "@iarna/toml";
export * as Types from "./types";
export * as util from "./util";
export * as YAML from "yaml";
export * as properties from "./properties";