5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
import {project} from "../../src/CliFunc/tools";
|
|
|
|
project("hello",()=>{
|
|
|
|
}) |