UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

6 lines (4 loc) 115 B
import isInt from './isInt'; export default function isPort(str) { return isInt(str, { min: 0, max: 65535 }); }