UNPKG

172 BTypeScriptView Raw
1import { ReactWrapper, ShallowWrapper } from "enzyme";
2
3export default function toJson<P, S>(wrapper: ShallowWrapper<P, S> | ReactWrapper<P, S> | cheerio.Cheerio): object;