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