Skip to main content
Version: v1

InternedStringId TypeAlias

The ID of the string that has been interned, which can be used by a StringInterner to retrieve the original string.

Signature

export declare type InternedStringId = number & {
readonly InternedStringId: 'e221abc9-9d17-4493-8db0-70c871a1c27c';
};