Module declares some dunction locally, but it is not exported

前端 未结 0 537
轻奢々
轻奢々 2021-01-19 19:31

I have this code:

// script.ts

import { person } from \'./script\'

function person(name, age) {
  return `Hello, my n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题