UNPKG

@tsed/formio

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