UNPKG

mongo-migrations

Version:

Asynchronous MongoDB migration framework for Node.js based on node-migrate

11 lines (8 loc) 188 B
class Template { constructor(filePath, content) { this.filePath = filePath; this.content = content; return Object.preventExtensions(this); } } module.exports = Template;