value{any}- Returns: {boolean}
Returns true if the value is a string object, e.g. created
by new String().
util.types.isStringObject('foo'); // Returns falseutil.types.isStringObject(new String('foo')); // Returns true
value {any}Returns true if the value is a string object, e.g. created
by new String().
util.types.isStringObject('foo'); // Returns falseutil.types.isStringObject(new String('foo')); // Returns true
若有收获,就点个赞吧
0 人点赞
让时间为你证明