Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 387 Bytes

@api-lang/api-utils

提供 api-lang build 后的产物中所包含所需 utils 函数、类型、第三方依赖(便于统一安装依赖)

关于 api-lang 框架请看: doc

install

npm i @api-lang/api-utils -S or yarn add @api-lang/api-utils -S

use

import type { ApiLangModule } from "@api-lang/api-utils";