Interface FunctionConstructor
interface FunctionConstructor {
new FunctionConstructornew (...args: string[]): Function;
prototype: Function;
(...args: string[]): Function;
}
new FunctionConstructornew (...args: string[]): Function;
prototype: Function;
(...args: string[]): Function;
}
Creates a new function.