UNPKG

@restate/core

Version:

_Restate_ is a predictable, easy to use, easy to integrate, typesafe state container for [React](https://reactjs.org/).

7 lines (6 loc) 106 B
function isFunction(method) { return method && typeof method === "function"; } export { isFunction };