UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

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