UNPKG

msw

Version:

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

7 lines 173 B
function isStringEqual(actual, expected) { return actual.toLowerCase() === expected.toLowerCase(); } export { isStringEqual }; //# sourceMappingURL=isStringEqual.mjs.map