UNPKG

apim-tools

Version:

APIM Tools

15 lines (12 loc) 165 B
/** * @file 常量定义 * @author sparklewhy@gmail.com */ 'use strict'; /** * 模板接口类型 * * @type {number} * @const */ exports.API_TPL_TYPE = 1;