Overview
azure-functions-decorators documentation and guides.
Getting Started
Install the dependency:
npm i azure-functions-decorators
Enable experimental decorators in your tsconfig.json
:
{
// ...
"compilerOptions": {
// ...
"experimentalDecorators": true
}
}