UNPKG

projen

Version:

CDK for software projects

9 lines (8 loc) 394 B
export declare function secretToString(secretName: string): string; export declare function context(value: string): string; export declare function isHiddenPath(path: string): boolean; export declare function ensureNotHiddenPath(value: string, name: string): void; /** * Turn any JavaScript value into a GitHub expression */ export declare function toGitHubExpr(x: NonNullable<any>): string;