UNPKG

@proem/some

Version:

Proem package for handling possibly null values

5 lines 198 B
export declare const map: { <A, B>(value: A | null, mapper: (value: A) => B): B | null; partial<A, B>(mapper: (value: A) => B): (value: A) => B | null; }; //# sourceMappingURL=index.d.ts.map