UNPKG

locutus

Version:

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

7 lines (6 loc) 274 B
export { basename } from "./basename.js"; export { dirname } from "./dirname.js"; export { file_exists } from "./file_exists.js"; export { file_get_contents } from "./file_get_contents.js"; export { pathinfo } from "./pathinfo.js"; export { realpath } from "./realpath.js";