Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { setValue } from "@tsed/core";
See /packages/core/src/types/utils/setValue.ts.
function setValue(scope: any, expression: string, value: any, separator?: string): void;