UNPKG

@waiting/idcard-reader-base

Version:
8 lines (7 loc) 249 B
import { join } from '@waiting/shared-core'; import { config } from './lib/config'; // base directory of this module config.appDir = join(__dirname, '/..'); export * from './lib/composite'; export * from './lib/config'; export * from './lib/index';