UNPKG

raptor-dev

Version:
5 lines 95 B
function Animal(type) { this.type = type; } Animal.prototype = {}; module.exports = Animal;