UNPKG
ryoko
Version:
latest (0.1.6)
0.1.52
0.1.51
0.1.50
0.1.42
0.1.41
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
a requestion lib based on the fetch native api
github.com/gejiuyuan/ryoko
gejiuyuan/ryoko
ryoko
/
dist
/
types
/
helpers
/
warn.d.ts
5 lines
(4 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
import
{
PlainObject
}
from
"../types"
;
import
RyokoError
from
'./ryokoError'
;
export
declare
const
errors
: (
ErrorConstructor
|
typeof
RyokoError
)[];
export
declare
const
warn
:
(
msg
:
any
,
type
?:
string
,
options
?:
PlainObject
<
any
> |
undefined
) =>
void
;