typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
414 stars 75 forks source link

Add typings for logger & logLevel options #126

Closed michaelbromley closed 2 years ago

michaelbromley commented 2 years ago

Fixes #125

Change Summary

Adds typings for the logLevel and logger configuration options, delegating to the type defs from the loglevel dependency.

PR Checklist