exifCapturedAtIso — @gj-kit/expo-media
A public function from @gj-kit/expo-media/testing. The signature below is taken directly from the 0.6.1 release declaration.
Verified import example
Section titled “Verified import example”import { exifCapturedAtIso } from '@gj-kit/expo-media/testing';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** * `EXIF_CAPTURED_AT`을 **기기 로컬 타임존**으로 해석한 ISO 문자열. * * ⚠ 상수가 아니라 함수인 것이 요점이다. §7 하드닝 11의 회귀는 `TZ=Asia/Seoul`과 `TZ=UTC` * 두 실행에서 **서로 다른 값**이 나오는지로만 잡힌다 — 고정 문자열로 박아 두면 그 유닛이 * 한 타임존에서만 통과하는 가짜 검증이 된다. */declare function exifCapturedAtIso(): 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-media - Version:
0.6.1 - Public entry:
./testing - Source: GitHub