UNPKG

@ki1r0y/signed-cloud-server

Version:

Basic cloud storage in which contents are cryptographically signed, using distributed-storage as a co-dependency.

7 lines (6 loc) 125 B
class Song { persistFavoriteStatus(value) { // something complicated throw new Error('not yet implemented'); } }