Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
85 lines (49 loc) · 1.5 KB

File metadata and controls

85 lines (49 loc) · 1.5 KB

yesno-http > "yesno"

External module: "yesno"

Index

Classes

Interfaces

Type aliases

Variables


Type aliases

GenericTest

Ƭ GenericTest: function

Type declaration

▸(...args: any): Promise<any> | void

Parameters:

Name Type
Rest args any

Returns: Promise<any> | void


GenericTestFunction

Ƭ GenericTestFunction: function

Type declaration

▸(title: string, fn: GenericTest): any

Parameters:

Name Type
title string
fn GenericTest

Returns: any


HttpFilter

Ƭ HttpFilter: * string | RegExp | ISerializedHttpPartialDeepMatch | MatchFn *


Variables

<Const> debug

● debug: IDebugger = require('debug')('yesno')