tuil
ReferencePackages@mwillbanks/tuil-registryAPI

verifyRegistryLockfile

function exported by @mwillbanks/tuil-registry.

View rawEdit

function

Public function exported by @mwillbanks/tuil-registry.

export function verifyRegistryLockfile(
  lockfile: RegistryLockfile,
  items: readonly RegistryItem[],
): readonly string[];

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
lockfileRegistryLockfileYesSupplies the lockfile value as RegistryLockfile.RegistryLockfile
itemsreadonly RegistryItem[]YesSupplies the items value as readonly RegistryItem[].RegistryItem

Returns

readonly string[] — Returns a value that satisfies readonly string[].

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-registry

On this page