UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

11 lines (10 loc) 259 B
/*! * NENT 2022 */ /* istanbul ignore file */ export var VisitStrategy; (function (VisitStrategy) { VisitStrategy["once"] = "once"; VisitStrategy["always"] = "always"; VisitStrategy["optional"] = "optional"; })(VisitStrategy || (VisitStrategy = {}));