import { expect, tap } from 'tapbundle' import * as ppal from '../ts/index' tap.test('first test', async () => { console.log(ppal.standardExport) }) tap.start()