MCPcopy
hub / github.com/adrianhajdin/banking / parseStringify

Function parseStringify

lib/utils.ts:79–79  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

77}
78
79export const parseStringify = (value: any) => JSON.parse(JSON.stringify(value));
80
81export const removeSpecialCharacters = (value: string) => {
82 return value.replace(/[^\w\s]/gi, "");

Callers 15

createTransactionFunction · 0.90
getTransactionsByBankIdFunction · 0.90
getUserInfoFunction · 0.90
signInFunction · 0.90
signUpFunction · 0.90
getLoggedInUserFunction · 0.90
createLinkTokenFunction · 0.90
createBankAccountFunction · 0.90
exchangePublicTokenFunction · 0.90
getBanksFunction · 0.90
getBankFunction · 0.90
getBankByAccountIdFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected