UNPKG

abot_erbase

Version:
40 lines (39 loc) 1.35 kB
import * as IMatch from './iferbase'; import { IFModel as IFModel } from 'fdevsta_monmove'; export declare const oKeyOrder: Array<String>; export declare function getRuleMap(): { "systemObjectCategory": { type: IFModel.EnumRuleType; key: string; word: string; follows: { systemObjectCategory: string; }; }[]; "systemId": ({ regexp: RegExp; key: string; argsMap: { 1: string; 2: string; }; type: IFModel.EnumRuleType; follows: {}; } | { regexp: RegExp; key: string; argsMap: { 1: string; }; type: IFModel.EnumRuleType; follows: {}; })[]; }; export declare function compareMRuleFull(a: IFModel.mRule, b: IFModel.mRule): number; export declare function cmpMRule(a: IFModel.mRule, b: IFModel.mRule): number; export declare function getIntMRulesSample(): Array<IFModel.mRule>; export declare function getMRulesSample(): IMatch.SplitRules; export declare function assureLowerCaseWord(mRules: Array<IFModel.mRule>): IFModel.mRule[]; export declare function getUnitTestUrl(string: string): any; export declare function getWikiUrl(string: string): any; export declare function getMRulesFull(): IMatch.SplitRules;