lunar-typescript icon indicating copy to clipboard operation
lunar-typescript copied to clipboard

无法使用 require 进行引入,提示 undefined

Open kosuke-zhang opened this issue 10 months ago • 1 comments

import lunar from 'lunar-typescript';

console.log(typeof lunar) --> string console.log(lunar.Solar) --> undefined

请问这是为什么呀?

kosuke-zhang avatar Apr 15 '24 07:04 kosuke-zhang