fix imports
This commit is contained in:
parent
d9daed0d09
commit
aa70427c8c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue