Variable SUPPORTED_ENCODINGSConst
SUPPORTED_ENCODINGS: {
[encoding: string]: {
alias?: string;
encodeOnly?: boolean;
labelLong: string;
labelShort: string;
order: number;
};
} = ...
Type Declaration
[encoding: string]: {
alias?: string;
encodeOnly?: boolean;
labelLong: string;
labelShort: string;
order: number;
}
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information.