UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

9 lines (8 loc) 320 B
export { isalnum } from './isalnum.ts'; export { isalpha } from './isalpha.ts'; export { isdigit } from './isdigit.ts'; export { islower } from './islower.ts'; export { isspace } from './isspace.ts'; export { isupper } from './isupper.ts'; export { tolower } from './tolower.ts'; export { toupper } from './toupper.ts';