insomnia/flow-typed/aws4.js

6 lines
140 B
JavaScript
Raw Normal View History

2017-07-18 20:38:19 +00:00
declare module 'aws4' {
2017-07-19 02:54:03 +00:00
declare module.exports: {
sign: (options: Object, credentials: Object) => {headers: {[string]: string}}
}
2017-07-18 20:38:19 +00:00
}