eligius
    Preparing search index...

    Interface ISimpleResourceImporter

    Describes an object that acts as a registry for imported resources.

    interface ISimpleResourceImporter {
        import(name: string): Record<string, any>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Parameters

      • name: string

      Returns Record<string, any>