UNPKG

frida-compile

Version:

Compile a Frida script comprised of one or more Node.js modules

10 lines (8 loc) 239 B
function throwNotAvailable() { throw new Error('The ICU charset detector module is not available'); } module.exports = { detectCharset: throwNotAvailable, detectCharsetStream: throwNotAvailable, CharsetMatch: throwNotAvailable };