UNPKG

178 BJavaScriptView Raw
1/**
2 * @type {function(function():*)}
3 */
4var define;
5
6/**
7 * @type {boolean?}
8 */
9define.amd;
10
11/**
12 * @type {Object}
13 */
14var module;
15
16/**
17 * @type {Object?}
18 */
19module.exports;