UNPKG

locutus

Version:

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

5 lines (4 loc) 244 B
export { call_user_func } from "./call_user_func.js"; export { call_user_func_array } from "./call_user_func_array.js"; export { function_exists } from "./function_exists.js"; export { get_defined_functions } from "./get_defined_functions.js";