Type definitions for azure-storage-node.
Installation can be done using typings.
From the registry:
$ typings install azure-storage --saveFrom the source:
$ typings install github:typed-contrib/azure-storage-node --saveazure-storage module works in node.js environment.
So you also have to install node.js typings.
$ typings install dt~node --global --saveContributions are welcome !
# Installation
# Fork this repo (https://github.com/typed-contrib/azure-storage-node)
# Clone the fork (E.g. `https://github.com/<your_username>/azure-storage-node.git`)
cd azure-storage-node
# Install modules and dependencies
npm install
# Test typings over azure-storage-node samples and tests
npm testSome resources to help writing Typescript type definitions:
This type definitions are tested using source azure-storage-node samples and services tests.
MIT