Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/teambit/bit
/ isString
Function
isString
src/utils/string/is-string.ts:12–14 ·
view source on GitHub ↗
(val: any)
Source
from the content-addressed store, hash-verified
10
* ```
11
*/
12
export
default
function
isString(val: any): val is string {
13
return
typeof val ===
'string'
;
14
}
Callers
6
pack
Function · 0.90
format
Method · 0.90
getVersion
Method · 0.90
build-component.ts
File · 0.90
isValidIdChunk
Function · 0.50
isValidScopeName
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected