Home > @microsoft/rush-lib > RushConstants > hashDelimiter
RushConstants.hashDelimiter property
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
When a hash generated that contains multiple input segments, this character may be used to separate them to avoid issues like crypto.createHash('sha1').update('a').update('bc').digest('hex') === crypto.createHash('sha1').update('ab').update('c').digest('hex')
Signature:
static readonly hashDelimiter: string;