UNPKG

one-schema

Version:
2 lines (1 loc) 115 B
export default (input: string) => typeof input === 'string' && input.length !== 0 && !(/[^0-9|a-f]/i.test(input));