UNPKG

@r/api-client

Version:

node and browser reddit api library

7 lines (6 loc) 108 B
export default class Record { constructor(type, uuid) { this.type = type; this.uuid = uuid; } }