diff --git a/src/type.js b/src/type.js index 3c5e4a0..660e4ff 100644 --- a/src/type.js +++ b/src/type.js @@ -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 */ /**