fix imports

This commit is contained in:
Rowan 2025-04-09 14:51:50 -05:00
parent d9daed0d09
commit aa70427c8c

View file

@ -1,5 +1,6 @@
import { curry } from './curry.js'
/** /**
* @typedef {"string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"} TypeOfValue * @typedef {'string' | 'number' | 'bigint' | 'boolean' | 'symbol' | 'undefined' | 'object' | 'function'} TypeOfValue
*/ */
/** /**