single module

This commit is contained in:
Sean Kelly 2019-02-22 13:26:20 -05:00
parent 79bde2d2a4
commit c31d394c73

View File

@ -2,6 +2,4 @@
// Project: https://github.com/asvd/dragscroll#readme
// Definitions by: Sean Kelly <https://github.com/spkellydev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module "dragscroll" {
function reset(i?: number, el?: any[]): void;
}
export function reset(i ?: number, el ?: any): void;