sfx-meteojs
Version:
气象 JS 库, Javascript library for meteorological and atmospheric tools
25 lines (24 loc) • 745 B
text/typescript
/**
* @name template.ts
* @author shenyc
* @date 2023-06-18 - ?
* @copyright Copy right (c) shenyc (shenyczz@163.com).
* All rights reserved.
*
******************************************************************************/
// {{@@@}}
'use strict';
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
/**
* 模板
* @description 描述
* @author shenyc
* @param {any} [options] - 选项
*/
export class template {
constructor(options?: any) { }
}
export default template;
// ----------------------------------------------------------------------------
// {{@@@}}