routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { isFunction } from "./isFunction";
|
||||
export function isPromise(value) {
|
||||
return isFunction(value === null || value === void 0 ? void 0 : value.then);
|
||||
}
|
||||
//# sourceMappingURL=isPromise.js.map
|
||||
Reference in New Issue
Block a user