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
/
decorators
/
contain.d.ts
2 lines
(1 loc)
•
93 B
TypeScript
View Raw
1
2
export
declare
function
Contain
<
type
>(
given
:
Array
<
any
> |
string
|
object
|
type
):
Function
;