File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- const { TinyAiInstance } = require ( '../dist/index.cjs' ) ;
1+ const { TinyAiInstance, TinyGoogleAi , setTinyGoogleAi } = require ( '../dist/index.cjs' ) ;
22
3- console . log ( TinyAiInstance ) ;
3+ console . log ( TinyAiInstance , TinyGoogleAi , setTinyGoogleAi ) ;
Original file line number Diff line number Diff line change 1- import { TinyAiInstance } from '../dist' ;
1+ import { TinyAiInstance , setTinyGoogleAi , TinyGoogleAi } from '../dist' ;
22
3- console . log ( TinyAiInstance ) ;
3+ console . log ( TinyAiInstance , TinyGoogleAi , setTinyGoogleAi ) ;
Original file line number Diff line number Diff line change 1- import { TinyAiInstance } from '../dist/index.mjs' ;
1+ import { setTinyGoogleAi , TinyAiInstance , TinyGoogleAi } from '../dist/index.mjs' ;
22
3- console . log ( TinyAiInstance ) ;
3+ console . log ( TinyAiInstance , TinyGoogleAi , setTinyGoogleAi ) ;
You can’t perform that action at this time.
0 commit comments