UNPKG

phibernate

Version:

Client side ORM and Delta Tracker for Relational data

8 lines 120 B
/** * Created by Papa on 9/2/2016. */ export class UserUtils { static getUserId():string { return 'me'; } }