Skip to content

@saflib/workflows


Type Alias: GetSourceUrlFunction()

GetSourceUrlFunction = (absolutePath) => string

Function type for getting source URLs from absolute file paths.

Used when constructing your own CLI so that checklists can link to source files.

Parameters

ParameterType
absolutePathstring

Returns

string