UNPKG

runtastic-command-line

Version:
16 lines (14 loc) 274 B
"use strict"; /** * @author: Facundo Merighi (merighifacundo@gmail.com) * * This module refers to the session and should be populated * after the login. * */ let session = { authenticityToken: null, user: null, cookie: null, } module.exports = session;