UNPKG

invoice-fs

Version:

Nostalgic command-line invoicing application producing plain text invoices and JSON data structures. Uses the file system as a database

14 lines (7 loc) 146 B
function FileModel() { } FileModel.prototype.open = function() { }; FileModel.prototype.close = function() { }; module.exports = FileModel;