react-native-worklets
Version:
The React Native multithreading library
4 lines • 300 B
TypeScript
import { type Synchronizable, type SynchronizableRef } from './types';
export declare function __installUnpacker(): void;
export type SynchronizableUnpacker = <TValue>(synchronizableRef: SynchronizableRef<TValue>) => Synchronizable<TValue>;
//# sourceMappingURL=synchronizableUnpacker.native.d.ts.map