Sha256: a8bef57525ee75ddc320447796a92b928c69a9c7899a13bf71e7ccde8248617c

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

module.exports = {
    vendorFoo: function (input) {
        return input < 10 ? input : input + 100;
    },
    vendorBar: function () {
        throw new Error("Let's not call this function in tests");
    }
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cssesc-source-0.1.0 vendor/node_modules/istanbul/test/cli/sample-project/vendor/dummy_vendor_lib.js