8 ms·
That is not an honest comparison, though. import { getCodec } from "iconv-lite"; would be var getCodec = require("iconv-lite").getCodec;
by 178 12y ago
That is not an honest comparison, though.
import { getCodec } from "iconv-lite";
would be
var getCodec = require("iconv-lite").getCodec;