@acoustic-content-sdk/tooling-messages

> TODO: description

Usage no npm install needed!

<script type="module">
  import acousticContentSdkToolingMessages from 'https://cdn.skypack.dev/@acoustic-content-sdk/tooling-messages';
</script>

README

npm

API Documentation

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;
}