UNPKG

tplus-api

Version:

tplus api invoke

1 lines 447 B
{"version":3,"sources":["tplus-api/../src/bizError/registerBizError.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,WAAU,SAAS,KAAA,QAMhC","file":"registerBizError.d.ts","sourcesContent":["\nimport bizError from './index';\nimport tools from '../util/tools';\n\nexport default function(bizErrors){\n bizErrors.forEach(element=>{\n if(!tools.arrayContains(bizError,element)){\n bizError.push(element);\n }\n });\n}"]}