UNPKG

goodreads-bookshelf

Version:
10 lines (9 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Shelf = void 0; var Shelf; (function (Shelf) { Shelf["READ"] = "read"; Shelf["TOREAD"] = "to-read"; Shelf["CURRENTLYREADING"] = "currently-reading"; })(Shelf = exports.Shelf || (exports.Shelf = {}));