travel/admin/node_modules/JSV/jsdoc-toolkit/app/test/shortcuts.js

22 lines
310 B
JavaScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
// /**#=+
// * {
// * 'D': 'Date.prototype',
// * '$N': 'Number'
// * }
// */
// var D = Date.prototype,
// $N = Number;
//
// D.locale = function(){
// };
//
// /**
// @return {string} The cardinal number string.
// */
// $N.nth = function(n){
// };
//
// LOAD.file = function(){
// }
//
// /**#=-*/