function cloneStateimport { cloneState } from "https://dotland.deno.dev/x/oak@v17.1.2/utils/clone_state.ts"; cloneState<S extends Record<string, any>>(state: S): SClones a state object, skipping any values that cannot be cloned. Type ParametersS extends Record<string, any>Parametersstate: SReturnsS