UNPKG

cyra-pure

Version:

single page application view engine

9 lines (8 loc) 200 B
var Action = (function () { function Action(fromPageID, toPageID) { this.fromPageID = fromPageID; this.toPageID = toPageID; } return Action; })(); exports.Action = Action;