Deprecates the default export and instead offers it as { unwind }. Instances of
import unwind from 'sort-unwind'
should change to
import { unwind } from 'sort-unwind'
Deprecates the default export and instead offers it as { unwind }. Instances of
import unwind from 'sort-unwind'
should change to
import { unwind } from 'sort-unwind'