Files
AstroJS/botanjs/src/externs/System.utils.DataKey.js
T
2026-06-14 05:53:32 +08:00

8 lines
145 B
JavaScript

/**
* @constructor
* @extends {System.utils.IKey}
* @param {string} key
* @param {*} data
*/
System.utils.DataKey = function(key, data) {};