Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Properties

loaders: Map<string, Loader<Record<string, unknown>>> = ...
test: (file: string) => boolean

Type declaration

    • (file: string): boolean
    • Parameters

      • file: string

      Returns boolean

use: Map<string, Record<string, unknown>>

Methods

  • add<T>(...loaders: Loader<T>[]): void
  • Type parameters

    • T: Record<string, unknown>

    Parameters

    Returns void

  • isSupported(file: string): boolean
  • Parameters

    • file: string

    Returns boolean

Generated using TypeDoc