Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adds a set() method to Meteor.environmentVariable();

Example:

cont myVar = new Meteor.EnvironmentVariable();

console.log(myVar.get()); // undefined
myVar.set('hello!');
console.log(myVar.get()); // 'hello!'

About

Add Meteor.enviromentVariable.set()

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages