UNPKG

waterline-postgresql

Version:
10 lines 131 B
/** * A test constructor. * @constructor * @ignore */ function Ignored() { /** a method */ this.bar = function() { } }