// Type definitions for fxjs // Project: https://github.com/marpple/FxJS.git // Definitions by: minyeong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.8 export function go(..._: any[]): any; export function add(a: any, b: any): any;