UNPKG

@segment/analytics-react-native

Version:

The hassle-free way to add Segment analytics to your React-Native app.

6 lines 242 B
export declare const createCallbackManager: <V, R = void>() => { register: (callback: (value: V) => R) => () => void; deregister: (callback: (value: V) => R) => void; run: (value: V) => void; }; //# sourceMappingURL=utils.d.ts.map