Projekt

Obecné

Profil

Stáhnout (185 Bajtů) Statistiky
| Větev: | Revize:
1
declare module "string_decoder" {
2
    class StringDecoder {
3
        constructor(encoding?: string);
4
        write(buffer: Buffer): string;
5
        end(buffer?: Buffer): string;
6
    }
7
}
(35-35/45)