Initial commit
This commit is contained in:
31
node_modules/jayson/lib/index.js
generated
vendored
Normal file
31
node_modules/jayson/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Namespace available as require('jayson')
|
||||
* @namespace Jayson
|
||||
*/
|
||||
const Jayson = module.exports;
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @type Client
|
||||
*/
|
||||
Jayson.Client = Jayson.client = require('./client');
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @type Server
|
||||
*/
|
||||
Jayson.Server = Jayson.server = require('./server');
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @type Utils
|
||||
*/
|
||||
Jayson.Utils = Jayson.utils = require('./utils');
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @type Method
|
||||
*/
|
||||
Jayson.Method = Jayson.method = require('./method');
|
||||
Reference in New Issue
Block a user