Capsium TypeScript API
    Preparing search index...

    Interface ParsePackageOptions

    interface ParsePackageOptions {
        mimeTypeFor?: (path: string) => string | undefined;
    }

    Hierarchy (View Summary)

    Index
    mimeTypeFor?: (path: string) => string | undefined

    MIME detection used when manifest.json must be auto-generated. Defaults to the built-in extension table (mimeTypeForPath) with an application/octet-stream fallback.