CurrentExposure
The exposure level a declaration currently has.
Import:
import type { CurrentExposure } from 'obsidian-dev-utils/script-utils/linters/over-exposure';Signature:
export type CurrentExposureSignature:
type CurrentExposure = 'export' | 'protected' | 'public'Type: ‘export’ | ‘protected’ | ‘public’
Links to this page: