UNPKG
@curi/helpers
Version:
latest (2.0.2)
next (2.0.0-beta.4)
2.0.2
2.0.1
2.0.0
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.0.0
Functions that can be useful in Curi apps
pshrmn/curi
@curi/helpers
/
types
/
index.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
export
{
AnyFn
}
from
"./once"
;
import
once
from
"./once"
;
import
preferDefault
from
"./preferDefault"
;
export
{ once, preferDefault };