mirror of
https://github.com/Astatin3/OldChatApp.git
synced 2026-06-09 00:28:00 -06:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
exports.decode = exports.parse = require('./decode');
|
||
|
|
exports.encode = exports.stringify = require('./encode');
|