peacelovecookies/frontend-project-lvl2

View on GitHub
src/formatters/j.js

Summary

Maintainability
A
0 mins
Test Coverage

const j = (tree) => JSON.stringify(tree);

export default j;