0.0.4 • Published 1 year ago

@dudeofawesome/effect-yaml v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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);
0.0.4

1 year ago