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.ts'; export { call_user_func_array } from './call_user_func_array.ts'; export { function_exists } from './function_exists.ts'; export { get_defined_functions } from './get_defined_functions.ts';