mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
fix all type errors
This commit is contained in:
@@ -2,6 +2,7 @@ const storeDir = process.env.JSON_STORE || '/tmp/pdfer-store/'
|
||||
|
||||
import { promisify } from 'util'
|
||||
|
||||
// @ts-ignore
|
||||
import JsonStore from 'json-fs-store'
|
||||
|
||||
const store = JsonStore(storeDir)
|
||||
|
||||
Reference in New Issue
Block a user