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
|
// @ts-check
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is just a temporary placeholder for a logger singleton
|
||||||
|
*/
|
||||||
|
|
||||||
export type LogOptions = {
|
export type LogOptions = {
|
||||||
force?: boolean
|
force?: boolean
|
||||||
context?: string,
|
context?: string,
|
||||||
|
|
Loading…
Reference in a new issue