UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

5 lines (4 loc) 129 B
import * as st from "simple-runtypes"; export declare const HasPostAuthorUidTypemap: { postAuthorUid: st.Runtype<string>; };