Closed klaudiosinani closed 5 years ago
The PR, a follow-up to #85, introduces the missing TS ambient type declaration for the Signale API.
addSecrets(secrets)
clearSecrets()
config(configObj)
disable()
enable()
isEnabled()
Additionally, adds the following 3 types to the exported signale namespace:
signale
ChalkColor
Secret
LogLevel
Description
The PR, a follow-up to #85, introduces the missing TS ambient type declaration for the Signale API.
addSecrets(secrets)
clearSecrets()
config(configObj)
disable()
enable()
isEnabled()
Additionally, adds the following 3 types to the exported
signale
namespace:ChalkColor
Secret
LogLevel