Interface PackageSource

interface PackageSource {
    data: string | Uint8Array<ArrayBufferLike>;
    format: DocumentFormat;
}

Properties

Properties

data: string | Uint8Array<ArrayBufferLike>