| 1 | (function(mod) { |
| 2 | if (typeof exports == "object" && typeof module == "object") // CommonJS |
| 3 | return mod(require("../lib/infer"), require("../lib/tern"), require("./commonjs"), require); |
| 4 | if (typeof define == "function" && define.amd) // AMD |
nothing calls this directly
no test coverage detected