warnUnknownKeys
This content is not available in your language yet.
warnUnknownKeys(
config,known,options?):object[]
Defined in: core/src/typo-suggest.ts:71
config 객체의 모든 키를 검사해 unknown 발견 시 console.warn 으로 경고 + 제안.
silent: true 면 출력 안 하고 { unknown, suggestion } 배열만 반환 — 테스트용.
Parameters
섹션 제목: “Parameters”config
섹션 제목: “config”Record<string, unknown>
known
섹션 제목: “known”readonly string[]
options?
섹션 제목: “options?”silent?
섹션 제목: “silent?”boolean
sourceLabel?
섹션 제목: “sourceLabel?”string
Returns
섹션 제목: “Returns”object[]