BotanJS/botanjs/src/externs/System.utils.Perf.js

11 lines
213 B
JavaScript

/** @constructor */
System.utils.Perf = function (){}
/** @type {String} */
System.utils.Perf.uuid;
/** @type {Function} */
System.utils.Perf.ArrayReverse;
/** @type {Function} */
System.utils.Perf.CountSubstr;