summaryrefslogtreecommitdiffstats
path: root/lib/api/decodePage.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/decodePage.js')
-rw-r--r--lib/api/decodePage.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/api/decodePage.js b/lib/api/decodePage.js
new file mode 100644
index 0000000..b9941c1
--- /dev/null
+++ b/lib/api/decodePage.js
@@ -0,0 +1,15 @@
+
+/**
+ Decode changes from a JS API to a page boject
+
+ @param {Output} output
+ @param {Page} page
+ @param {Object} result
+ @return {Page}
+*/
+function decodePage(output, page, result) {
+
+
+}
+
+module.exports = decodePage;