Skip to content

DirentResultOptions

Options for controlling the format of the result when returning Dirent objects.

Import:

import type { DirentResultOptions } from 'obsidian-dev-utils/script-utils/fs';

Signature:

export type DirentResultOptions

Signature:

type DirentResultOptions = DirentResultBaseOptions & ObjectEncodingOptions

Type: DirentResultBaseOptions & ObjectEncodingOptions


Links to this page: