Sha256: b1b51308012e53970978cbb58ba1f54ce2c50a1765917df465ffc130e8d0dc31
Contents?: true
Size: 363 Bytes
Versions: 35
Compression:
Stored size: 363 Bytes
Contents
import {Credentials} from '../credentials'; export class EnvironmentCredentials extends Credentials { /** * Creates a new EnvironmentCredentials class with a given variable prefix envPrefix. * @param {string} envPrefix - The prefix for the environment variable names excluding the separating underscore. */ constructor(envPrefix: string); }
Version data entries
35 entries across 35 versions & 1 rubygems