Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 27, 2016 18:47
Show Gist options
  • Save andevsoftware/2e91e5ae4f9d4552b8cb to your computer and use it in GitHub Desktop.
Save andevsoftware/2e91e5ae4f9d4552b8cb to your computer and use it in GitHub Desktop.
Config - has method
var config = new TSCore.Config({
application: {
title: 'Project title',
version: '1.1.0'
}
});
config.has('application.title');
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment