UNPKG
@openweb3-io/waas
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
WaaS API client and WaaS verification library
github.com/waas/waas-libs
waas/waas-libs
@openweb3-io/waas
/
dist
/
src
/
openapi
/
util.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
export
declare
function
isCodeInRange
(
codeRange
:
string
,
code
:
number
):
boolean
;
export
declare
function
canConsumeForm
(
contentTypes
:
string
[]
):
boolean
;