AfterAllResolvedHook
type AfterAllResolvedHook = (lockfile, context) => LockfileObject | Promise<LockfileObject>;Defined in: types.ts:5
Parameters
Section titled “Parameters”lockfile
Section titled “lockfile”LockfileObject
context
Section titled “context”HookContext
Returns
Section titled “Returns”LockfileObject | Promise<LockfileObject>