6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { nacosServiceManage } from "./src";
|
|
|
|
const main = async () => {
|
|
const nacos = new nacosServiceManage.create({})
|
|
}
|