@lacrypta/nomad v0.0.0 / dependencyCreate
function dependencyCreate(
name: string,
code?: string,
dependencies?: Record<string, string>): Dependency
Construct a new Dependency from the given arguments.
• name: string
Name to use for constructing the Dependency.
• code?: string
Function body to use for constructing the Dependency.
• dependencies?: Record
<string
, string
>
Dependencies map to use for constructing the Dependency.
The constructed Dependency.