Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Properties

Private Readonly loaders

loaders: Map<string, Loader<Record<string, unknown>>> = ...

Private Readonly test

test: (file: string) => boolean

Type declaration

    • (file: string): boolean
    • Parameters

      • file: string

      Returns boolean

Private Readonly use

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

Methods

add

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

    • T: Record<string, unknown>

    Parameters

    Returns void

isSupported

  • isSupported(file: string): boolean
  • Parameters

    • file: string

    Returns boolean

process

Generated using TypeDoc