1
0
Fork 0

Remove index.js in api.js.

This commit is contained in:
Kitteh 2021-05-07 11:54:26 +01:00
parent 13ea95a552
commit 193fc4d5d6

View file

@ -1,23 +0,0 @@
export * from "addNewTOTP.js";
export * from "api.js";
export * from "apiUtils.js";
export * from "createOrUpdateSecret.js";
export * from "deleteSecret.js";
export * from "getCapabilities.js";
export * from "getCapabilitiesPath.js";
export * from "getMounts.js";
export * from "getSealStatus.js";
export * from "getSecret.js";
export * from "getSecretMetadata.js";
export * from "getSecrets.js";
export * from "getTOTPCode.js";
export * from "getTOTPKeys.js";
export * from "getTransitKeys.js";
export * from "lookupSelf.js";
export * from "renewSelf.js";
export * from "sealVault.js";
export * from "submitUnsealKey.js";
export * from "transitDecrypt.js";
export * from "transitEncrypt.js";
export * from "undeleteSecret.js";
export * from "usernameLogin.js";