UNPKG

persistent-programming

Version:

[![Build Status](https://travis-ci.com/unsegnor/object-repository.svg?branch=master)](https://travis-ci.com/unsegnor/object-repository) # object-repository Object repository. Just to work with javascript objects implementing transparent persistence. No 'S

7 lines (6 loc) 123 B
const sinon = require('sinon') module.exports = function() { return Object.freeze({ get: sinon.stub() }) }