UNPKG

msw

Version:

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

7 lines (5 loc) 159 B
/** * Creates an immutable copy of the given array. */ declare function toReadonlyArray<T>(source: Array<T>): ReadonlyArray<T>; export { toReadonlyArray };