UNPKG

yamlify-object

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