import { tap, expect } from 'tapbundle' import smartlodash from '../dist/index' tap.test('should have types in place', async () => { smartlodash }) tap.start()