Sha256: b357c2459db0072ebb7026385119d08cfe237625d369ac90e03b535c50ec0b5b
Contents?: true
Size: 120 Bytes
Versions: 25
Compression:
Stored size: 120 Bytes
Contents
export default class Work { constructor(id, title) { this.id = id this.title = title this.index = 0 } }
Version data entries
25 entries across 25 versions & 2 rubygems