Safely and quickly serialize JavaScript objects
Hello, I got this error with `tslint`. The below code still work but I got the error warning with `tslint`. > [ts] Cannot invoke an expression whose type lacks a call signature. Type 'typeof import("../node_modules/fast-safe-stringify/index' has no compatible call signatures. Here is my code ```javascript const stringify = require('fast-safe-stringify'); const info = { message: 'Message from John...' }; console.log(stringify(info)); ``` - fast-safe-stringify: v2.0.4 - tslint: v5.10.0 - Typescript: 2.9.2
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by nvtuan305 and has received 1 comments.