UNPKG

liblooper

Version:

Looper implementation for use in conjonction with the HJS-MESSAGE messaging API. This is the browser version of the

12 lines (8 loc) 255 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageLooper = exports.Looper = undefined; var _looper = require('./lib/looper'); exports.Looper = _looper.Looper; exports.MessageLooper = _looper.MessageLooper;