UNPKG
entity-finder
Version:
latest (0.7.3)
0.7.3
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
Named entity finder
github.com/entitizer/entity-finder-js
entitizer/entity-finder-js
entity-finder
/
types
/
request.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosRequestConfig
}
from
"axios"
;
export
declare
type
RequestOptions
=
AxiosRequestConfig
;
export
default
function
<T>(
url
:
string
,
options
:
RequestOptions
):
Promise
<T>;