From 079fd7bc358ba4ab8436a28e44eefd96ee8e1d16 Mon Sep 17 00:00:00 2001 From: Matt Gibbs Date: Fri, 25 Sep 2015 11:23:30 -0400 Subject: [PATCH] Adding stub of chartist.d.ts --- chartist/chartist.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 chartist/chartist.d.ts diff --git a/chartist/chartist.d.ts b/chartist/chartist.d.ts new file mode 100644 index 000000000..0123c13c0 --- /dev/null +++ b/chartist/chartist.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Chartist v0.9.4 +// Project: https://github.com/gionkunz/chartist-js +// Definitions by: Matt Gibbs +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +declare module Chartist { + +} \ No newline at end of file