Skip to content

createExpoHasher — @gj-kit/expo-media

A public function from @gj-kit/expo-media. The signature below is taken directly from the 0.6.1 release declaration.

import { createExpoHasher } from '@gj-kit/expo-media';
/**
* expo 파일시스템 위의 기본 `HashAdapter`.
*
* `files`를 주면 그것을 쓴다 — 킷이 이미 만들어 둔 파일시스템 어댑터를 재사용하기 위한 구멍이다
* (같은 킷 안에서 캐시 디렉토리 판정이 두 벌 생기지 않게). 생략하면 새로 만든다.
*/
declare function createExpoHasher(input?: {
readonly files?: FileSystemAdapter | undefined;
} | undefined): HashAdapter;

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.

  • Package: @gj-kit/expo-media
  • Version: 0.6.1
  • Public entry: .
  • Source: GitHub