UNPKG

waterbase

Version:
11 lines (10 loc) 234 B
"use strict"; class Doc { constructor(client, collection, data) { this.collection = ''; this.client = client; this.collection = collection; this.data = data; } } module.exports = Doc;