UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
utils
/
prints.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
export
declare
const
keyToString
:
(
key
:
string
) =>
string
;
export
declare
const
pass
:
(
key
:
string
,
name
:
string
) =>
void
;
export
declare
const
fail
:
(
key
:
string
,
name
:
string
) =>
void
;