UNPKG

clustr

Version:

Stream UTF-8 bytes and read grapheme clusters safely

12 lines (10 loc) 215 B
import { defineConfig } from 'tsdown/config' export default defineConfig({ dts: true, entry: 'src/index.ts', exports: true, copy: [ { from: '../../README.md', to: 'README.md' }, ], minify: true, })