UNPKG

weauthjs

Version:

WeYouMe Protocol Javascript SDK Library

15 lines (10 loc) 246 B
'use strict'; /* eslint-env browser */ var weauthjs = require('./index.js'); if (typeof window !== 'undefined') { window.weauthjs = weauthjs; } if (typeof global !== 'undefined') { global.weauthjs = weauthjs; } module.exports = weauthjs;