UNPKG

hellojs-xiaotian

Version:

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

7 lines (6 loc) 130 B
// Register as anonymous AMD module if (typeof define === 'function' && define.amd) { define(function() { return hello; }); }