UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

8 lines (7 loc) 171 B
import * as st from "simple-runtypes"; export declare const HasIdDefinition: { id: st.Runtype<string>; }; export declare const HasId: st.Runtype<{ id: string; }>;