UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

6 lines (5 loc) 145 B
export class GoogleFilesScanner { async scan(googleFolder) { return await googleFolder.readJson('.folder-files.json') || []; } }