mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(libs): add get_file_content function for retrieving file content
This commit is contained in:
@@ -924,6 +924,7 @@ export interface IDBProxy {
|
||||
* @param content
|
||||
*/
|
||||
setFileContent: (path: string, content: string) => Promise<void>
|
||||
getFileContent: (path: string) => Promise<string | null>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user