UNPKG
@supermemo/ng2-dragula
Version:
latest (2.1.13)
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Simple drag and drop with dragula
github.com/qubiack/ng2-dragula
qubiack/ng2-dragula
@supermemo/ng2-dragula
/
spec
/
jasmine.d.ts
8 lines
(7 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
module
jasmine {
import
{
VerificationConfig
}
from
'testdouble'
;
interface
NothingMatcher
{
toVerify
(
check
:
VerificationConfig
):
boolean
toVerify
(
a
:
any
,
check
?:
VerificationConfig
):
boolean
} }