Preview:ts const obj = {page: 1, perPage: 20} function getPageParamsFromExecutionContext() { let page, perPage switch (Math.random() > 0.5 ? "http" : "ws") { case "http": return ({page, perPage} = obj) case "ws": return ({page, perPage} = obj ...
You can choose specific lines to embed by selecting them before copying the link.