UNPKG

@tsed/formio

Version:
4 lines (3 loc) 97 B
export function isMongoId(text: string) { return text.toString().match(/^[0-9a-fA-F]{24}$/); }