@acoustic-content-sdk/tooling-messages
v9.0.10076
Published
> TODO: description
Downloads
60
Readme
API Documentation
Home > @acoustic-content-sdk/tooling-messages
tooling-messages package
Implementation of the command to generate nls files.
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
Signature:
export declare function generateMessages(options: Schema): (aReadDir: ReadDirectory, aLogSvc?: LoggerService) => import("rxjs").Observable<FileDescriptor<string>>;
Parameters
| Parameter | Type | Description | | --- | --- | --- | | options | Schema | |
Returns:
(aReadDir: ReadDirectory, aLogSvc?: LoggerService) => import("rxjs").Observable<FileDescriptor<string>>
Home > @acoustic-content-sdk/tooling-messages > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}