Skip to content

Reverse Reading

easy-api.ts can read from top-to-bottom and bottom-to-top, to switch between reading modes, use the constructor options.

var { API } = require("easy-api.ts");
var api = new API({
reverse: true // Now is reading from bottom-to-top.
});