MCPcopy 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

1import { describe, it, expect } from "@jest/globals";
2import { isEmail, isID, isName, isPhoneNumber } from "../../lib/utils";
3
4const IDs = [

Callers

nothing calls this directly

Calls 4

isIDFunction · 0.90
isEmailFunction · 0.90
isPhoneNumberFunction · 0.90
isNameFunction · 0.90

Tested by

no test coverage detected