Introduction
Migration
Appearance
import { primitiveOf } from "@tsed/core";
See /packages/core/src/types/utils/objects/primitiveOf.ts.
function primitiveOf(target: any): "string" | "number" | "boolean" | "any";