shinkansen-transmission
Version:
Shinkansen Transmission
11 lines (7 loc) • 374 B
JavaScript
import debug from 'debug'
const log = debug('shinkansen-transmission')
log('`shinkansen` is awake')
export * as common from './common/index.mjs'
export { default as fromDocumentToHash } from './from-document-to-hash/index.mjs'
export { default as fromHashToDocument } from './from-hash-to-document/index.mjs'
export { default as toZashiki } from './to-zashiki/index.mjs'