Skip to content

getFileSystemAdapterConstructor

Unofficial

Get the obsidian#FileSystemAdapter constructor.

Import:

import { getFileSystemAdapterConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getFileSystemAdapterConstructor(): ConstructorBase<[basePath: string], FileSystemAdapter>

Returns: ConstructorBase<[basePath: string], FileSystemAdapter> — The obsidian#FileSystemAdapter constructor.


Links to this page: