Skip to content
On this page

FileEncoding

Enum Definition

ts
enum FileEncoding {
    Utf8 = 'utf-8',
    Utf16 = 'utf-16',
    Binary = 'binary',
};

Documentation

Documentation Created with ❤️ by Stuyk