Skip to content

apollo-code


apollo-code / storage/src / LocalMemoryRepositoryOptions

Interface: LocalMemoryRepositoryOptions

Properties

beforeRename?

optional beforeRename?: (temporaryPath, destinationPath) => void | Promise<void>

Parameters

temporaryPath

string

destinationPath

string

Returns

void | Promise<void>