We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0e78f commit d263dc2Copy full SHA for d263dc2
1 file changed
apps/coordinator/src/util.ts
@@ -1,3 +1,4 @@
1
+/** Documents apps/coordinator/src/util.ts module purpose and public usage context */
2
export const boolFromEnv = (env: string, defaultValue: boolean): boolean => {
3
const value = process.env[env];
4
0 commit comments