UNPKG

structured-elements

Version:

A TypeScript package for modelling and validating data

4 lines 152 B
export declare const isRecordWithId: <Subject>(subject: Subject) => subject is Subject & { id: string; }; //# sourceMappingURL=recordWithId.d.ts.map