Type Alias InstantiableCheck<T>

InstantiableCheck: new (
    url: string,
    token: string,
    options?: CheckerOptions,
) => T

Type Parameters

Type declaration