mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
'use strict';
|
|
const core = require('./core');
|
|
const RippleAPI = require('./api');
|
|
|
|
module.exports = {
|
|
RippleAPI,
|
|
_DEPRECATED: core // WARNING: this will be removed soon
|
|
};
|