UNPKG

keet

Version:

Minimalist view layer for the web

11 lines (6 loc) 175 B
// file other.js import Keet from '../' class Other extends Keet {} const other = new Other() setTimeout(() => other.inform('other'), 2000) export default other