Member Junction
    Preparing search index...
    • Unwraps multiple exports from a UMD library using varargs Works with any type of export: components, utilities, objects, functions, etc.

      Parameters

      • library: any

        The library object (e.g., antd, XLSX, ApexCharts)

      • ...exportNames: string[]

        Export names to unwrap (e.g., 'Button', 'utils', 'writeFile')

      Returns Record<string, any>

      Object with export names as keys and unwrapped values as values