Home Reference Source Repository
import Env from 'recink/src/helper/env.js'
public class | source

Env

Environment helpers

Static Member Summary

Static Public Members
public static get
public static get
public static get

Static Method Summary

Static Public Methods
public static

exists(name: string): *

public static

read(name: string, defaultValue: *): *

Static Public Members

public static get isCI: boolean: * source

Return:

boolean

public static get isGlobalInstallation: boolean: * source

Return:

boolean

public static get isTravis: boolean: * source

Return:

boolean

Static Public Methods

public static exists(name: string): * source

Params:

NameTypeAttributeDescription
name string

Return:

*

public static read(name: string, defaultValue: *): * source

Params:

NameTypeAttributeDescription
name string
defaultValue *

Return:

*