UNPKG

beth-parser

Version:

Parser library for Bethesda's Creation Engine data files

5 lines (4 loc) 116 B
/** * Render value in a YAML-like structure. */ export default function renderYamlLike(subject: any): string;