UNPKG

slavery-js

Version:

A simple clustering app that allows you to scale an application on multiple thread, containers or machines

11 lines (9 loc) 239 B
type ParsedFunction = { outer_function: Function; inner_functions: { name: string; fn: Function; }[]; }; declare function extractFunctions(code: string): ParsedFunction; export { extractFunctions as default };