locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
12 lines (11 loc) • 530 B
TypeScript
export { ctype_alnum } from './ctype_alnum.ts';
export { ctype_alpha } from './ctype_alpha.ts';
export { ctype_cntrl } from './ctype_cntrl.ts';
export { ctype_digit } from './ctype_digit.ts';
export { ctype_graph } from './ctype_graph.ts';
export { ctype_lower } from './ctype_lower.ts';
export { ctype_print } from './ctype_print.ts';
export { ctype_punct } from './ctype_punct.ts';
export { ctype_space } from './ctype_space.ts';
export { ctype_upper } from './ctype_upper.ts';
export { ctype_xdigit } from './ctype_xdigit.ts';