UNPKG

locutus

Version:

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

6 lines (5 loc) 190 B
export { strcat } from "./strcat.js"; export { strchr } from "./strchr.js"; export { strcmp } from "./strcmp.js"; export { strlen } from "./strlen.js"; export { strstr } from "./strstr.js";