UNPKG

@onesy/utils

Version:
3 lines (2 loc) 96 B
declare const pick: (value: string, min?: number, max?: number) => string; export default pick;