UNPKG

frida-compile

Version:

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

17 lines (14 loc) 201 B
const caps = { level: 3, hasBasic: true, has256: true, has16m: true }; function supportsColor(stream) { return caps; } module.exports = { supportsColor, stdout: caps, stderr: caps };