Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
at v15.5.1003 105 B view raw
1export default function inspect(value) { 2 return JSON.stringify(value, null, 2); 3} 4 5export { inspect };