UNPKG

@vulog/aima-promocode

Version:

Promo codes and referral system — validate, submit, and query promo/referral codes.

9 lines (7 loc) 163 B
import { defineConfig } from 'tsdown'; export default defineConfig({ entry: ['src/index.ts'], clean: true, format: ['cjs', 'esm'], dts: true, });