UNPKG

livekit

Version:

LiveKit - Simple Live Web Component Toolkit. A very simple live framework for reactive custom HTML components without any packaging required.

7 lines (5 loc) 121 B
// Do-nothing placeholder for now. function LiveKit (thing) { return thing; } module.exports.LiveKit = LiveKit;