You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/browserify/test/hash_instance_context/one/f.js

4 lines
90 B
JavaScript

// FILE F ONE
var G = require('./g.js');
module.exports = function () { return 111 * G };