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 193 B
import assertString from './util/assertString'; export default function isUppercase(str) { assertString(str); return str === str.toUpperCase(); } //# sourceMappingURL=isUppercase.js.map