Introduce: NeDB

This commit is contained in:
Cutls
2019-04-25 21:17:52 +09:00
parent 41bc02c959
commit 60f7855117
3 changed files with 66 additions and 37 deletions

View File

@@ -1,5 +1,6 @@
import { ipcMain, Event, shell } from "electron"
import Mastodon, { Status, Response } from "megalodon"
import Datastore from 'nedb'
import Window from "./Window"
export default class Auth {