UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

14 lines (13 loc) 324 B
export default class Autocast { commonStrings: { 'true': boolean; 'false': boolean; 'undefined': undefined; 'null': null; 'NaN': number; }; process(key: any, value: any, o: any): void; traverse(o: any, func: any): void; autocast(s: any): any; private _cast; }