Skip to content

SuggestedExposure

The (tighter) exposure level a declaration could be reduced to.

Import:

import type { SuggestedExposure } from 'obsidian-dev-utils/script-utils/linters/over-exposure';

Signature:

export type SuggestedExposure

Signature:

type SuggestedExposure = 'file-local' | 'private' | 'protected'

Type: ‘file-local’ | ‘private’ | ‘protected’


Links to this page: