0.0.3 • Published 6 months ago

effect-yaml v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months 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.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago