Skip to content

Commit

Permalink
[feat/test] PR 알람이 잘 가는지 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
G-hoon committed Aug 17, 2024
1 parent 9981dec commit f179929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ml5.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export function SketchRNN(
callback?: (error: any, result: any) => void
): undefined | Promise<any>

// ToDo: 임시 타입, 추후 타입 구체적으로 정의할 것
// ToDo: 임시 타입, 추후 타입 구체적으로 정의할 것.
export function setBackend(value: string): undefined | Promise<any>

export function bodyPose(vlaue: string, obj: object, callback?: function)

0 comments on commit f179929

Please sign in to comment.