UNPKG

web_page_state

Version:

Simple straightforward tool to manage webpage state on the client side and hook state to html tags on page without code

5 lines (3 loc) 119 B
console.log(typeof window === "undefined"); const {PageState} = require("./index"); console.log(PageState.pageState);