Skip to content

Named Exports

Compare
Choose a tag to compare
@TylorS TylorS released this 27 Jan 15:23
· 53 commits to master since this release

Switch to named exports, rather than default exports.

// before
import hold from '@most/hold'
// now
import { hold } from '@most/hold'