Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

isObjectLiteral

Summary

Checks if a type string represents an object literal with properties

Signature

isObjectLiteral(type: string): boolean;

Parameters

type

Type:string

Returns

Type:boolean Checks if a type string represents an object literal with properties