fdevsta_monmove
Version:
6 lines (5 loc) • 339 B
TypeScript
import * as IMatch from './ifmatch';
export declare const oKeyOrder: Array<String>;
export declare function compareMRuleFull(a: IMatch.mRule, b: IMatch.mRule): number;
export declare function cmpMRule(a: IMatch.mRule, b: IMatch.mRule): number;
export declare function assureLowerCaseWord(mRules: Array<IMatch.mRule>): IMatch.mRule[];