FindLockFile
@aurorajs.dev/catalyst-cli / generator/engine/lock-file / findLockFile
Function: findLockFile()
Section titled “Function: findLockFile()”findLockFile(
lockFiles,relativePath):LockFile|undefined
Defined in: generator/engine/lock-file.ts:341
Find a lock file entry by relative file path.
Parameters
Section titled “Parameters”lockFiles
Section titled “lockFiles”LockFile[]
relativePath
Section titled “relativePath”string
Returns
Section titled “Returns”LockFile | undefined