Skip to content

customerToSubstratePath

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts

customer <prefix>/<rest> → substrate docs/<rest>. Null when the path is outside the managed prefix or inside the machine-owned <prefix>/.atloria/ manifest folder.

Signature

ts
function customerToSubstratePath(prefix: string, customerPath: string): string | null

Parameters

NameType
prefixstring
customerPathstring

Returns: string | null

Was this page helpful?

Download as PDF