@atomist/automation-client
Version:
Atomist API for software low-level client
8 lines • 457 B
TypeScript
export declare function hideString(value: any): any;
export declare function guid(): string;
export declare function findLine(str: any, idx: any): any;
export declare function toStringArray(strings: string | string[]): string[];
export declare function obfuscateJson(key: string, value: any): any;
export declare function replacer(key: string, value: any): any;
export declare function generateHash(url: string): string;
//# sourceMappingURL=string.d.ts.map