normalize-refactor 0.3.2

Composable refactoring engine for normalize
Documentation
1
2
export function sum(a, b) { return a + b; }
export const PI = 3.14;