Sha256: 1efd038e5a30ef33e60f63b973c9f4c1847e81c4ac9c1a74406998781498524a
Contents?: true
Size: 185 Bytes
Versions: 103
Compression:
Stored size: 185 Bytes
Contents
export class Person { /** * Initialize the Person * @param {String} name the name of the agent */ constructor(name) { this.type = 'person' this.name = name } }
Version data entries
103 entries across 103 versions & 3 rubygems