tagol/tests-esmodule.js

9 lines
123 B
JavaScript

import log from '.'
import { I: info, E: error, W: warn } from '.'
//let { I: info, E: error, W: warn } = log
log `OK`