missingDeclarations — @gj-kit/expo-workouts
A public function from @gj-kit/expo-workouts. The signature below is taken directly from the 0.1.1 release declaration.
Verified import example
Section titled “Verified import example”import { missingDeclarations } from '@gj-kit/expo-workouts';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** * 이 빌드가 **선언한** 집합(`declared`) 밖의 것을 요청했는지. 반환값은 소비자가 고쳐야 할 * **config-plugin prop 이름**이다 (§5.7 58행: 메시지가 빠진 prop 이름을 말해야 한다). * * `'elevation'`은 iOS에서 빈 집합이라 선언할 것이 없으므로 여기서 절대 걸리지 않는다. */declare function missingDeclarations(request: AuthorizationRequest, platform: WorkoutsPlatform, declared: readonly string[]): readonly string[];This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.
Release context
Section titled “Release context”- Package:
@gj-kit/expo-workouts - Version:
0.1.1 - Public entry:
. - Source: GitHub