Skip to content

2.0.0

Latest

Choose a tag to compare

@azu azu released this 13 Jul 15:05
· 3 commits to master since this release

Bug Fixes

  • fix incompatible babel and TypeScript (#3) (3d9d6a9)

BREAKING CHANGES

  • export { MapLike } insteadof export default

You should change import code:

// before
import MapLike from "map-like";
// after
import { MapLike } from "map-like";