0.1.0 • Published 2 years ago

ast-stringify v0.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

ast-stringify

Gets rid of useless properties for when debugging or working with ASTs.

import stringify from 'ast-stringify';

const str = stringify(ast, null, 2);