memory-card
Version:
ES6 Map like Async API, with Swagger API Backend Support.
16 lines (12 loc) • 388 B
text/typescript
import { VERSION } from './version.js'
// https://github.com/Microsoft/TypeScript/issues/14151#issuecomment-280812617
// Huan(202111): we are require Node.js v16 now, so this should be able to be removed safely.
// if (!Symbol.asyncIterator) {
// (Symbol as any).asyncIterator = Symbol.for('Symbol.asyncIterator')
// }
export {
log,
} from 'brolog'
export {
VERSION,
}