| 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | import structuredClone from "@ungap/structured-clone"; //Polyfill for structuredClone which will be present in Node 17. |
nothing calls this directly
no test coverage detected