UNPKG

frida-compile

Version:

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

6 lines (4 loc) 125 B
function throwNotAvailable() { throw new Error('The iconv module is not available'); } exports.Iconv = throwNotAvailable;