adds integrations with bookish-server, the books API and the google books API, adds functionality for library, searching for books, and displaying renters registered in the system
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var temporalUndefined = require("./temporalUndefined");
|
||||
|
||||
var tdz = require("./tdz");
|
||||
|
||||
function _temporalRef(val, name) {
|
||||
return val === temporalUndefined ? tdz(name) : val;
|
||||
}
|
||||
|
||||
module.exports = _temporalRef;
|
||||
Reference in New Issue
Block a user