@acoustic-content-sdk/tooling-messages 中文文档教程
API Documentation
首页 > @acoustic-content-sdk/tooling-messages
tooling-messages package
生成nls文件的命令的实现。
Functions
Function | Description |
---|---|
generateMessages(options) |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/tooling-messages > generateMessages
generateMessages() function
签名:
export declare function generateMessages(options: Schema): (aReadDir: ReadDirectory, aLogSvc?: LoggerService) => import("rxjs").Observable<FileDescriptor<string>>;
Parameters
Parameter | Type | Description |
---|---|---|
options | Schema |
返回:
(aReadDir: ReadDirectory, aLogSvc?: LoggerService) => import("rxjs").Observable
Home > @acoustic-content-sdk/tooling-messages > VERSION
VERSION variable
软件包的版本和构建号
签名:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}