Skip to content

Commit d263dc2

Browse files
committed
Docs: Document util.ts
1 parent 6b0e78f commit d263dc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/coordinator/src/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** Documents apps/coordinator/src/util.ts module purpose and public usage context */
12
export const boolFromEnv = (env: string, defaultValue: boolean): boolean => {
23
const value = process.env[env];
34

0 commit comments

Comments
 (0)