UNPKG

@bestapps/voice-framework

Version:
13 lines (8 loc) 174 B
'use strict'; const Session = require("../session"); class SessionRPC extends Session { constructor(data) { super(data); } } module.exports = SessionRPC;