MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / stringifyYaml

Function stringifyYaml

tests/__mocks__/obsidian.ts:906–908  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

904}
905
906export function stringifyYaml(obj: any): string {
907 return require('yaml').stringify(obj);
908}
909
910export function parseYaml(text: string): any {
911 return require('yaml').parse(text);

Callers 6

createTaskMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected