jsii-rosetta
Version:
[](https://cdk.dev) [;
/**
* Return a single fingerprint that encompasses all fqns in the list
*/
fingerprintAll(fqns: string[]): string;
/**
* Return the fingerprint for the given FQN in the assembly of this fingerprinter
*
* The fingerprint is always going to contain the FQN, even if the type doesn't exist
* in this assembly.
*/
fingerprintType(fqn: string): string;
private doFingerprint;
private findType;
}
//# sourceMappingURL=fingerprinting.d.ts.map