@visulima/fs
Version:
Human friendly file system utilities for Node.js
6 lines (5 loc) • 318 B
TypeScript
export { default as readYaml } from "./read/read-yaml.d.ts";
export { default as readYamlSync } from "./read/read-yaml-sync.d.ts";
export type { YamlReplacer } from "./types.d.ts";
export { default as writeYaml } from "./write/write-yaml.d.ts";
export { default as writeYamlSync } from "./write/write-yaml-sync.d.ts";