Closed bmacher closed 3 years ago
Adds the shortcut exd (regarding imd) to export only a portion of a module in ES6 syntax.
exd
export { isString } from './utils'
Please don't merge, I will add some further snippets for exporting modules.
Adds the shortcut
exd
(regarding imd) to export only a portion of a module in ES6 syntax.