getSecretStorageConstructor
Unofficial
Get the obsidian#SecretStorage constructor.
Import:
import { getSecretStorageConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getSecretStorageConstructor(): ConstructorBase<[app: App], SecretStorage>Returns: ConstructorBase<[app: App], SecretStorage> — The obsidian#SecretStorage constructor.
Links to this page: