Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 505 Bytes

getTypeString.md

File metadata and controls

21 lines (12 loc) · 505 Bytes

sussy-util / functions / getTypeString

getTypeString

getTypeString(arg): undefined | string

Parameters

Name Type Description
arg any arg - the value to be tested

Returns

undefined | string

returns a string name of the data type of the given variable

Defined in

getTypeString.ts:7