UNPKG

dependency-cruiser

Version:

Validate and visualize javascript dependencies. With your rules. ES6, CommonJS, AMD

9 lines (6 loc) 226 B
// you can find things like this in UMD and AMD wrappers var weHaveARequireAlready=typeof require=="function"&&require; if (typeof require==="function") { // do interesting stuff }; doStuff(typeof require==="function");