diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-03 17:17:48 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-03 17:17:48 -0800 |
commit | 5310ac7d8eb1838a6297117bc7f9fca70291f46a (patch) | |
tree | 28f54b184cb85f04e6d6720dd03258f3728fedde /tools/typings/connect-livereload.d.ts |
initial commit
Diffstat (limited to 'tools/typings/connect-livereload.d.ts')
-rw-r--r-- | tools/typings/connect-livereload.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/typings/connect-livereload.d.ts b/tools/typings/connect-livereload.d.ts new file mode 100644 index 0000000..1b1ef21 --- /dev/null +++ b/tools/typings/connect-livereload.d.ts @@ -0,0 +1,5 @@ +declare module 'connect-livereload' { + function connectLivereload(options?: any): any; + module connectLivereload {} + export = connectLivereload; +} |