UNPKG

get-or-throw

Version:

A convenience function for safely getting values from dynamic objects and arrays

9 lines (7 loc) 158 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], format: ["esm", "cjs"], target: "node18", dts: true, });