Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5b2e5e363e4e30ee9e9e8f68ec95f05f4d31dfea 5 lines 105 B view raw
1export default function inspect(value) { 2 return JSON.stringify(value, null, 2); 3} 4 5export { inspect };