UNPKG

context-protocol

Version:

A fully-typed implementation of the context-protocol, with support for subscriptions.

17 lines (16 loc) 526 B
<!DOCTYPE html> <html lang="en"> <head> <title>Context Protocol</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <meta name="og:title" content="Context" /> <meta name="description" content="A fully-typed context-protocol, an optional, tree-shakable implementation." /> <meta property="og:type" content="website" /> <link rel="stylesheet" href="./index.css" /> <script type="module" src="./index.js"></script> </head> <body> <h1>Context Protocol</h1> </body> </html>