UNPKG

yamlify-object

Version:
4 lines (3 loc) 148 B
import { Config } from './config.js'; export { Config }; export default function yamlifyObject(target: object | any[], config?: Config): string;