|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
350 bytes
|
| Line | |
|---|
| 1 | /// <reference types="node" />
|
|---|
| 2 | export type TDataOut = string | Buffer;
|
|---|
| 3 | export type TEncodingExtended = BufferEncoding | 'buffer';
|
|---|
| 4 | export declare const ENCODING_UTF8: BufferEncoding;
|
|---|
| 5 | export declare function assertEncoding(encoding: string | undefined): void;
|
|---|
| 6 | export declare function strToEncoding(str: string, encoding?: TEncodingExtended): TDataOut;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.