Introduction
Migration
Appearance
import { setValue } from "@tsed/core";
See /packages/core/src/types/utils/objects/setValue.ts.
function setValue(scope: any, expression: string, value: any, separator?: string): void;