Updates
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
import type { ConnectionConfig } from "mariadb";
|
||||
type Return = ConnectionConfig["ssl"] | undefined;
|
||||
/**
|
||||
* # Grab SSL
|
||||
*/
|
||||
export default function grabDbSSL(): any;
|
||||
export default function grabDbSSL(): Return;
|
||||
export {};
|
||||
|
||||
@@ -7,7 +7,6 @@ exports.default = grabDbSSL;
|
||||
const fs_1 = __importDefault(require("fs"));
|
||||
const grab_dir_names_1 = __importDefault(require("./names/grab-dir-names"));
|
||||
const path_1 = __importDefault(require("path"));
|
||||
// type Return = ConnectionConfig["ssl"] | undefined;
|
||||
/**
|
||||
* # Grab SSL
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user