chore: add comment
This commit is contained in:
parent
3bd2082c4e
commit
8a4ef035fc
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
// @ts-check
|
||||
|
||||
/**
|
||||
* This is just a temporary placeholder for a logger singleton
|
||||
*/
|
||||
|
||||
export type LogOptions = {
|
||||
force?: boolean
|
||||
context?: string,
|
||||
|
|
Loading…
Reference in a new issue