UNPKG

tranz

Version:

The framework for transform anything

11 lines (10 loc) 196 B
/** * @file json-parse * @author Cuttle Cong * @date 2018/9/29 * */ export default function stringify({ replacer, space }?: { replacer?: any; space?: any; }): (input: any) => string;