JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "index.js"

Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/jiti/lib/index.js
File size: 305 bytes
MIME-type: text/plain
Charset: utf-8

function onError(err) {
  throw err; /* ↓ Check stack trace ↓ */
}

module.exports = function jiti(filename, opts) {
  const jiti = require("../dist/jiti");

  opts = { onError, ...opts };

  if (!opts.transform) {
    opts.transform = require("../dist/babel");
  }

  return jiti(filename, opts);
};