Function: defaultPostWrite()
function defaultPostWrite(path, anchors): Promise<void>;
Defined in: packages/uimatch-selector-anchors/src/utils/io.ts:103
Default postWrite implementation for CLI and standard usage Can be used as context.postWrite hook in ResolveContext
Parameters
path
string
Path to anchors file
anchors
object
Updated anchors data
Returns
Promise<void>