MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / isAsyncMiddleWare

Function isAsyncMiddleWare

src/modules/utility/dino.utility.ts:32–35  ·  view source on GitHub ↗
(type: Function)

Source from the content-addressed store, hash-verified

30 }
31
32 static isAsyncMiddleWare(type: Function): boolean {
33 return ObjectUtility.create(type.prototype)
34 instanceof MiddlewareAsync;
35 }
36
37 static isSyncAppStartMiddleware(type: Function): boolean {
38 return ObjectUtility.create(type.prototype)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected