yaml-datastore / store
store(
element,workingDirectoryPath,elementName):YdsResult
Defined in: store.ts:300
Dumps in-memory representation of contents to on-disk representation
object
object or list to store on-disk
string
relative or absolute path to an empty working directory to store element in
string
name of element to store
a YdsResult containing the status of the call to store function