10 lines
84 B
TypeScript
10 lines
84 B
TypeScript
|
|
export const myfuncs = {
|
|
|
|
test(){
|
|
console.log("Myfunc test");
|
|
|
|
},
|
|
|
|
}
|