UNPKG

dragula

Version:

Drag and drop so simple it hurts

10 lines (7 loc) 206 B
'use strict'; var test = require('tape'); var dragula = require('..'); test('public api matches expectation', function (t) { t.equal(typeof dragula, 'function', 'dragula is a function'); t.end(); });