80bd6d28973da385289e1838e215c0990e0bf834c7c90ee8e3f42cfb68231ffec4c02f1fa9747f6d7a16ab8860f43550728f084f03f43a947f905d4e79dd15 465 B

12345678910111213141516171819
  1. # @babel/plugin-transform-nullish-coalescing-operator
  2. > Remove nullish coalescing operator
  3. See our website [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/babel-plugin-transform-nullish-coalescing-operator) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-nullish-coalescing-operator
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-nullish-coalescing-operator --dev
  12. ```