pipeproc
Version:
Multi-process log processing for nodejs
9 lines (8 loc) • 511 B
TypeScript
export declare const ZERO_TONE = "0000000000000000";
export declare const FIRST_TONE = "0000000000000001";
export declare const SECOND_TONE = "0000000000000002";
export declare function incrementCurrentTone(currentTone: string): string;
export declare function decrementCurrentTone(currentTone: string): string;
export declare function convertToClientId(nodeId: string): string;
export declare function convertRangeParams(param: string): string;
export declare function zeroPad(input: string | number): string;