KC's Workspace
    Preparing search index...

    Type Parameters

    • T = any
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Type Parameters

      • T = any

      Parameters

      • raw: string
      • id: string
      • url: string
      • factory: () => T

      Returns ManualMockedModule<T>

    Properties

    cache: T | undefined
    factory: () => T
    id: string
    raw: string
    type: "manual"
    url: string

    Methods

    • Returns T