Skip to content

setValue

@tsed/core

Usage

typescript
import { setValue } from "@tsed/core";

See /packages/core/src/types/utils/objects/setValue.ts.

Overview

ts
function setValue(scope: any, expression: string, value: any, separator?: string): void;

Released under the MIT License.