MCPcopy Create free account
hub / github.com/baptisteArno/prisma-database-sync / transformToValidISOString

Function transformToValidISOString

src/utils/fileName.ts:5–7  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

3};
4
5const transformToValidISOString = (name: string) => {
6 return name.replace(/_/g, ":");
7};
8
9export const fileName = {
10 transformToValidFilename,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected