Sha256: b4321fe46aaa74e70a9cd1d187645c3d43cdbc6ca38a3076ada52acae79730d3
Contents?: true
Size: 257 Bytes
Versions: 88
Compression:
Stored size: 257 Bytes
Contents
/** * Returns `this`. Execute this without a "context" (i.e. without it being * attached to an object of the left-hand side), and `this` points to the * "global" scope of the current JS execution. */ module.exports = (function () { return this; })();
Version data entries
88 entries across 88 versions & 2 rubygems