Skip to content

@saflib/imports


Interface: FactStore

Methods

get()

get(contentKeys): Promise<Map<string, FileFact>>>>

Parameters

ParameterType
contentKeysstring[]

Returns

Promise<Map<string, FileFact>>


put()

put(facts): Promise<void>>

Parameters

ParameterType
factsFileFact[]

Returns

Promise<void>