0.0.3 • Published 2 years ago

effect-yaml v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago