getFileSystemAdapterConstructor
Unofficial
Get the obsidian#FileSystemAdapter constructor.
Import:
import { getFileSystemAdapterConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getFileSystemAdapterConstructor(): ConstructorBase<[basePath: string], FileSystemAdapter>Returns: ConstructorBase<[basePath: string], FileSystemAdapter> — The obsidian#FileSystemAdapter constructor.
Links to this page: