node-oauth/index.js

2 lines
96 B
JavaScript

exports.OAuth = require("./lib/oauth").OAuth;
exports.OAuth2 = require("./lib/oauth2").OAuth2;