0.0.0 • Published 7 years ago
babel-plugin-null-to-undefined v0.0.0
babel-plugin-null-to-undefined
Babel plugin that transforms all null literals to undefined.
Input:
const foo = null
const bar = foo === nullOutput:
const foo = undefined
const bar = foo === undefinedRelated Topics
0.0.0
7 years ago