UNPKG

shinkansen-transmission

Version:
11 lines (7 loc) 374 B
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'