7f7e5ba5ea
Co-authored-by: Oliver King <oking3@uncc.edu>
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
/** Used to lookup unminified function names. */
|
|
var realNames = {};
|
|
|
|
module.exports = realNames;
|