#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test } from 'tstest' import type { MapLike, AsyncMapLike, } from '../src/mod.js' test('integrate testing', async t => { let mapLike : undefined | MapLike let asyncMapLike : undefined | AsyncMapLike void mapLike void asyncMapLike t.pass('should imported typing') })