usesRequireJs property

bool usesRequireJs
final

If js code checks for 'define' variable. E.g. if at the beginning you see code like if (typeof define === "function" && define.amd)

Implementation

final bool usesRequireJs;