Skip to content

CurrentExposure

The exposure level a declaration currently has.

Import:

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

Signature:

export type CurrentExposure

Signature:

type CurrentExposure = 'export' | 'protected' | 'public'

Type: ‘export’ | ‘protected’ | ‘public’


Links to this page: