MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

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

at master 3 lines 159 B view raw
1console.log('log', { some: 'json', value: true }); 2console.warn('warn', { some: 'json', value: true }); 3console.error('error', { some: 'json', value: true });