Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 770 Bytes

File metadata and controls

39 lines (20 loc) · 770 Bytes

yaml-datastore


yaml-datastore / store

Function: store()

store(element, workingDirectoryPath, elementName): YdsResult

Defined in: store.ts:300

Dumps in-memory representation of contents to on-disk representation

Parameters

element

object

object or list to store on-disk

workingDirectoryPath

string

relative or absolute path to an empty working directory to store element in

elementName

string

name of element to store

Returns

YdsResult

a YdsResult containing the status of the call to store function