mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-04-03 06:51:17 +00:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import readline from 'readline';
|
|
import fs from 'fs';
|
|
import crypto from 'crypto';
|
|
|
|
export function setup(config: string) {
|
|
|
|
} |