Skip to content

realglobe-Inc/sugo-scope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sugo-scope

Build Status npm Version JS Standard

Scope object for sugos

Installation

$ npm install sugo-scope --save

Usage

'use strict'

const sugoScope = require('sugo-scope')

let scope = sugoScope({})

scope.set('foo', 'bar')

scope.get('foo') // -> "bar"

License

This software is released under the Apache-2.0 License.

Links

Releases

No releases published

Packages

No packages published