UNPKG

constructs

Version:

A programming model for software-defined state

10 lines (9 loc) 286 B
/** * Calculates the construct uid based on path components. * * Components named `Default` (case sensitive) are excluded from uid calculation * to allow tree refactorings. * * @param components path components */ export declare function addressOf(components: string[]): string;