index.d.ts 81 Bytes
declare const isPropValid: (arg: string) => boolean;
export default isPropValid;