Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ formatPhoneField
Method
formatPhoneField
utils/BaseSchema/tableParser.ts:57–59 ·
view source on GitHub ↗
(iBaseFieldMeta: IBaseFieldMeta)
Source
from the content-addressed store, hash-verified
55
}
56
57
formatPhoneField(iBaseFieldMeta: IBaseFieldMeta) {
58
return
`${ iBaseFieldMeta.name }: string;`;
59
}
60
61
formatUrlField(iBaseFieldMeta: IBaseFieldMeta) {
62
return
`${ iBaseFieldMeta.name }: string;`;
Callers
1
tableParser.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected