Hi, I'm trying to use `json-beautify` in my code. ```nodejs const json_beautify = require('json-beautify'); json_beautify({}, null, 2, 80); ``` And my IDE call warning with the message: "Method expression is not Function type". What I do wrong? 
Hi, I'm trying to use
json-beautifyin my code.And my IDE call warning with the message: "Method expression is not Function type".
What I do wrong?