UNPKG
httpyac
Version:
latest (6.16.7)
6.16.7
6.16.6
6.16.5
6.16.4
6.16.3
6.16.2
6.16.1
6.16.0
6.15.1
6.15.0
6.14.0
6.13.3
6.13.2
6.13.1
6.13.0
6.12.2
6.12.1
6.12.0
6.11.5
6.11.4
6.11.3
6.11.2
6.11.1
6.11.0
6.10.0
6.9.3
6.9.2
6.9.1
6.9.0
6.8.2
6.8.1
6.8.0
6.7.1
6.7.0
6.6.7
6.6.6
6.6.5
6.6.4
6.6.3
6.6.2
6.6.1
6.6.0
6.5.1
6.5.0
6.4.6
6.4.5
6.4.4
6.4.3
6.4.2
6.4.1
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.1
6.2.0
6.1.0
6.0.0
5.10.2
5.10.1
5.10.0
5.9.0
5.8.2
5.8.1
5.8.0
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.5
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.2
5.4.1
5.4.0
5.3.0
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.10.2
4.10.1
4.10.0
4.9.1
4.9.0
4.8.2
4.8.1
4.8.0
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.2
4.5.1
4.5.0
4.4.1
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
3.0.0-next.2
3.0.0-next.1
3.0.0-next.0
2.21.1
2.21.0
2.20.0
2.20.0-beta.2
2.20.0-beta.1
2.20.0-beta.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.1
2.15.0
2.14.1
2.14.0
2.13.1
2.13.0
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.0
1.15.1
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
HTTP/REST CLI Client for *.http files
github.com/AnWeber/httpyac
AnWeber/httpyac
httpyac
/
dist
/
plugins
/
assert
/
predicates
/
isNumberPredicate.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TestPredicate
}
from
'./testPredicate'
;
export
declare
class
IsNumberPredicate
implements
TestPredicate
{
readonly
id
:
string
[];
match
(
value
:
unknown
):
boolean
; }