Introduction
Migration
Appearance
import { isPrimitive } from "@tsed/core";
See /packages/core/src/types/utils/objects/isPrimitive.ts.
function isPrimitive(target: any): boolean;
Return true if the given obj is a primitive.