import { Reflection } from "./reflection.type"; /** * Utility function for more declarative use of template function * * * const tpl = template("..."); * const rendered = tpl(objectReflection({ * * })); * * @param v * @param separator */ export declare const objectReflection: (v: object, separator?: string) => Reflection; //# sourceMappingURL=object-reflection.function.d.ts.map