UNPKG

@sunrise1002/tats

Version:

Techincal Indicators written in javascript

17 lines (16 loc) 422 B
declare module "keras-js" { namespace KerasJS { // Refer to via GreetingLib.Options.Log class Model { constructor(opts:any); ready():Promise<Boolean>; predict({ input:Float32Array }):Promise<any>; } interface Alert { modal: boolean; title?: string; color?: string; } } export default KerasJS; }