createRegistryLockfile
function exported by @mwillbanks/tuil-registry.
function
Public function exported by @mwillbanks/tuil-registry.
export function createRegistryLockfile(
items: readonly RegistryItem[],
): RegistryLockfile;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
items | readonly RegistryItem[] | Yes | Supplies the items value as readonly RegistryItem[]. | RegistryItem |
Returns
RegistryLockfile — Returns a value that satisfies RegistryLockfile.
Related types: RegistryLockfile
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference