Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: added scopedEnvVar* to iconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent fbec3ee commit 718bdeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export interface IConfig {
findCommand(id: string, opts?: {must: boolean}): Command.Plugin | undefined
findTopic(id: string, opts: {must: true}): Topic
findTopic(id: string, opts?: {must: boolean}): Topic | undefined
scopedEnvVar(key: string): string | undefined
scopedEnvVarKey(key: string): string
scopedEnvVarTrue(key: string): boolean
}

const _pjson = require('../package.json')
Expand Down

0 comments on commit 718bdeb

Please sign in to comment.