MCPcopy Index your code
hub / github.com/heroku/react-refetch / then

Function then

src/utils/checkTypes.js:76–78  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

74 },
75
76 then(fn) {
77 typecheck([ 'function', 'undefined' ], 'then', fn)
78 },
79
80 andThen(fn) {
81 typecheck([ 'function', 'undefined' ], 'andThen', fn)

Callers

nothing calls this directly

Calls 1

typecheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…