我的应用程序正在将旧的MarkLogic-typescript-definitions库用于javascript,并且从ML 9.0.5的ValueIterator更改为Sequence。我需要更新我的应用程序,以使用ML 9.0.5的最新MarkLogic-typescript-definition库。
请提出一种更新库的方法。
答案 0 :(得分:2)
项目README中详细描述了使用最新的MarkLogic apidocs编译打字稿定义的步骤:
https://github.com/grtjn/marklogic-typescript-definitions#building-the-typescript-definitions
HTH!