8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
import { Batch } from "./batch"
|
|
import { DBM } from "./db_manager"
|
|
import { bufferToBase64, log } from "../../utility/utility_functions"
|
|
|
|
export function initializeBatch() {
|
|
/* Register batch here **/
|
|
}
|