UNPKG

orange-orm

Version:

Object Relational Mapper

6 lines (5 loc) 176 B
var getSessionSingleton = require('../getSessionSingleton'); function getChangeSet(context) { return getSessionSingleton(context, 'changes'); } module.exports = getChangeSet;