UNPKG

hellojs-xiaotian

Version:

A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)

5 lines (4 loc) 113 B
// CommonJS module for browserify if (typeof module === 'object' && module.exports) { module.exports = hello; }