KyleRoss / node-lambda-log

Basic logging mechanism for Node.js Lambda Functions and other AWS services, which produces logs in JSON format for easier reading through Cloudwatch Logs.
https://lambdalog.dev
MIT License
193 stars 16 forks source link

Fix {Any} to {*} per jsdoc #27

Closed pleonasm closed 4 years ago

pleonasm commented 4 years ago

{Any} ends up being interpreted as an object/class that's literally called Any. JSDoc calls for {*} to be used when you don't care about the type passed in.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4bc264aaa126c34862154549ee31c5f9037f9be5 on rocketfiber:master into 09523b20df214339ef75e38cf64d4c324265c45e on KyleRoss:master.

KyleRoss commented 4 years ago

Thanks for the changes!

KyleRoss commented 4 years ago

:tada: This PR is included in version 2.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

KyleRoss commented 3 years ago

@all-contributors please add @pleonasm for doc

allcontributors[bot] commented 3 years ago

@KyleRoss

I've put up a pull request to add @pleonasm! :tada: