Repository URL to install this package:
Version:
2.0.1 ▾
|
import 'jest'
// const map = exotic.fromCollectionToObj<{ eh: true }>({ eh: true })
// const obj = exotic.fromCollectionToObj<typeof map>(map)
// const arr = exotic.toPairs(obj)
// const set = exotic.fromArrayToSet<typeof arr>(arr)
// const back = exotic.collectionToObj<{ eh: true }>(set)
// back.
// set.has
// obj.eh
// map.get('')
import * as exotic from '../src'
// exotic.exotic.isString
describe('exotic', () => {
it('should export matching snapshot', () => {
expect(Object.keys(exotic)).toMatchSnapshot()
})
})