UNPKG

lunchpad

Version:

interface for the novation launchpad mini, for node and the browser

8 lines (7 loc) 197 B
import initialize from './lib/initializeBrowser'; import Color from './lib/Color'; declare const _default: { initialize: typeof initialize; Color: typeof Color; }; export default _default;