effect-yaml
v0.0.3
Published
Effect-ts utils for working with yaml
Downloads
2
Readme
Effect yaml
Effect helpers for working with yaml files.
import { parseYaml } from "effect-yaml";
import { Schema, Parser } from "@effect/schema";
const parse = Schema.string.pipe(parseYaml, Parser.parseSync);