Skip to main content

writeLocalTextFile()

function writeLocalTextFile<S>(content, ...pathSegments): Promise<void>

Write a local text file to the repository.

Type Parameters

Type Parameter
S extends PathBuilderLike[]

Parameters

ParameterType
contentstring
...pathSegmentsS

Returns

Promise<void>