mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
Using Typescript I have this warning: `./pkg/index.js Line 52:22: Expected '!==' and instead saw '!=' eqeqeq Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. ` I guess this should solve the warning. Thank you for all the work.