A wrap package, capable of producing instances of a wrapper and its manifest

Hierarchy

  • IWrapPackage

Methods

  • Produce an instance of the wrapper

    Parameters

    • Optional options: DeserializeManifestOptions

      DeserializeManifestOptions; customize manifest deserialization

    Returns Promise<Result<Wrapper, Error>>

    A Promise with a Result containing the wrapper or an error

  • Produce an instance of the wrap manifest

    Parameters

    Returns Promise<Result<WrapManifest, Error>>

    A Promise with a Result containing the wrap manifest or an error

Generated using TypeDoc