UNPKG

@rechunk/utils

Version:

Utility functions and helpers for ReChunk packages and implementations

8 lines (6 loc) 125 B
import {defineConfig} from 'tsup'; export default defineConfig({ dts: true, clean: true, entry: ['src/index.ts'], });