UNPKG

@types/enzyme-to-json

Version:
4 lines (2 loc) 172 B
import { ReactWrapper, ShallowWrapper } from "enzyme"; export default function toJson<P, S>(wrapper: ShallowWrapper<P, S> | ReactWrapper<P, S> | cheerio.Cheerio): object;