UNPKG

phibernate

Version:

Client side ORM and Delta Tracker for Relational data

11 lines 204 B
"use strict"; /** * Created by Papa on 9/2/2016. */ class UserUtils { static getUserId() { return 'me'; } } exports.UserUtils = UserUtils; //# sourceMappingURL=UserUtils.js.map