/** * Marks a field on its parent object to skip HTML escaping. * Adds a special property keyed by `secret` to the parent object, * whose value is an array of field names that should not be escaped. */ export default function markSkipEscape(obj: any, path: any): void;