test-tw-publish
Version:
描述
7 lines (6 loc) • 298 B
TypeScript
export declare const replaceRouting: (routing: string, parameter: {
[key: string]: string;
}) => string;
export declare const randomStr: (len?: number) => string;
export declare const createId: (group?: number, len?: number) => string;
export declare const shuffle: (arr: Array<any>) => any[];