MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / asyncFunc

Function asyncFunc

src/__tests__/utils.spec.js:243–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241
242 it('should return `true` for async functions', () => {
243 async function asyncFunc() {}
244
245 expect(Utils.isFunction(asyncFunc)).toEqual(
246 typeof asyncFunc === 'function',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…