UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

9 lines 231 B
function isHandlerKind(kind) { return (input) => { return input != null && typeof input === "object" && "__kind" in input && input.__kind === kind; }; } export { isHandlerKind }; //# sourceMappingURL=isHandlerKind.mjs.map