Sha1
@aurorajs.dev/catalyst-cli / generator/engine/lock-file / sha1
Function: sha1()
Sección titulada «Function: sha1()»sha1(
content):string
Defined in: generator/engine/lock-file.ts:23
Compute the SHA-1 hash of a string as a lowercase hex digest.
Used as the integrity primitive for the lockfile. Not cryptographically strong — the purpose is change detection, not security.
Parameters
Sección titulada «Parameters»content
Sección titulada «content»string
Returns
Sección titulada «Returns»string