UNPKG

msw

Version:

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

7 lines (5 loc) 174 B
/** * Performs a case-insensitive comparison of two given strings. */ declare function isStringEqual(actual: string, expected: string): boolean; export { isStringEqual };