UNPKG

361 BTypeScriptView Raw
1/**
2 * Make a Token that renders to given region if used in a different stack, otherwise undefined
3 */
4export declare function regionIfDifferentFromStack(region: string): string;
5/**
6 * Make a Token that renders to given account if used in a different stack, otherwise undefined
7 */
8export declare function accountIfDifferentFromStack(account: string): string;