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
/
testdouble-jasmine.d.ts
7 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'testdouble-jasmine'
{
import
{
CustomMatcherFactories
}
from
'jasmine-core'
;
export
function
get
(
td
:
any
):
CustomMatcherFactories
;
export
function
use
(
td
:
any
):
any
; }