parent
61aefead9c
commit
291a0cfed2
@ -1,3 +1,16 @@ |
|||||||
export * from "./core"; |
export * from "./core"; |
||||||
export * from "./deepSignal"; |
export * from "./deepSignal"; |
||||||
export * from "./watch" |
export * from "./watch" |
||||||
|
export { |
||||||
|
isArray, |
||||||
|
isDate, |
||||||
|
isFunction, |
||||||
|
isMap, |
||||||
|
isObject, |
||||||
|
isPlainObject, |
||||||
|
isPromise, |
||||||
|
isRegExp, |
||||||
|
isSet, |
||||||
|
isString, |
||||||
|
isSymbol, |
||||||
|
} from "./utils" |
||||||
|
Loading…
Reference in new issue