Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Superflows-AI/superflows
/ isID.test.ts
File
isID.test.ts
__tests__/utils/isID.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"@jest/globals"
;
2
import
{ isEmail, isID, isName, isPhoneNumber } from
"../../lib/utils"
;
3
4
const
IDs = [
Callers
nothing calls this directly
Calls
4
isID
Function · 0.90
isEmail
Function · 0.90
isPhoneNumber
Function · 0.90
isName
Function · 0.90
Tested by
no test coverage detected