Package Exports
- hypermorphic
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hypermorphic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hypermorphic 
An isomorphic hyperHTML & viperHTML importer, compatible with bundlers.
// ESM example (assuming bundlers/ESM loaders in place)
import {bind, wire} from 'hypermorphic';
// CommonJS example
const {bind, wire} = require('hypermorphic');Example
You can clone this repository, enter in the example folder,
type npm install followed by npm run bundle and npm start.
After reaching http://localhost:8080/ you'll see a page
powered by hyperHTML on the client and viperHTML on the server.