UNPKG

is-mahram

Version:

A TypeScript library to determine if a person is a mahram based on Islamic jurisprudence.

7 lines 196 B
import { type Person } from './person'; export type Gender = 'Male' | 'Female'; export type Parents = { father: Person | null; mother: Person | null; }; //# sourceMappingURL=types.d.ts.map