DefinitelyTyped/types/serverless
timtrinidad 20a5f8e6e2 [serverless] fix hooks and cloudformation.resources definitions (#38315)
* Update serverless types

This fixes a couple of inconsistencies with the type declarations:
* `Plugin.hooks` is a dictionary of functions that return a promise, not a dictionary of promises
* `serverless.service.provider.compiledCloudFormationTemplate.Resources` is an object rather than an array

* make Plugin an interface instead of an abstract class

* add provider.naming

* add plugin constructor typedef as PluginStatic
2019-10-01 09:31:31 -07:00
..
classes
plugins/aws/provider
index.d.ts
serverless-tests.ts
tsconfig.json
tslint.json