UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

38 lines 1.83 kB
import './extendBaseNode'; import { getAllComponentEventMap } from './createUiTs'; import { service } from '@lcap/nasl-concepts'; /** * Nasl 辅助方法 * * @deprecated 请使用`import { service } from '@lcap/nasl` */ declare const server: { getAllComponentEventMap: typeof getAllComponentEventMap; getLogicsSync: typeof service.getLogicsSync; getLogics: typeof service.getLogics; iteratorTree: typeof service.iteratorTree; getInterfaces: typeof service.getInterfaces; getFunctions: typeof service.getFunctions; getBuildInFunction: typeof service.getBuildInFunction; getProcessComponents: typeof service.getProcessComponents; getProcessComponent: typeof service.getProcessComponent; getMemberIdentifier: typeof service.getMemberIdentifier; getVarCompletionList: typeof service.getVarCompletionList; getValidates: typeof service.getValidates; getValidateFunction: typeof service.getValidateFunction; getSelectNextCompletionData: typeof service.getSelectNextCompletionData; getVariableIdentifier: typeof service.getVariableIdentifier; getEnumsIdentifier: typeof service.getEnumsIdentifier; getCommonVariableIdentifier: typeof service.getCommonVariableIdentifier; getBackendVariablesIdentifier: typeof service.getBackendVariablesIdentifier; getLiteralsIdentifier: typeof service.getLiteralsIdentifier; getLogging: typeof service.getLogging; displayString2TypeAnnotation: typeof service.displayString2TypeAnnotation; getConfigsIdentifier: typeof service.getConfigsIdentifier; getConnectorTree: typeof service.getConnectorTree; publishConnector: typeof service.publishConnector; getSqlFunction: typeof service.getSqlFunction; }; export default server; export { NaslServer } from './naslServer'; //# sourceMappingURL=index.d.ts.map