source: trip-planner-front/node_modules/engine.io/build/parser-v3/utf8.d.ts@ 76712b2

Last change on this file since 76712b2 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 728 bytes
Line 
1/*! https://mths.be/utf8js v2.1.2 by @mathias */
2declare var stringFromCharCode: (...codes: number[]) => string;
3declare function ucs2decode(string: any): any[];
4declare function ucs2encode(array: any): string;
5declare function checkScalarValue(codePoint: any, strict: any): boolean;
6declare function createByte(codePoint: any, shift: any): string;
7declare function encodeCodePoint(codePoint: any, strict: any): string;
8declare function utf8encode(string: any, opts: any): string;
9declare function readContinuationByte(): number;
10declare function decodeSymbol(strict: any): any;
11declare var byteArray: any;
12declare var byteCount: any;
13declare var byteIndex: any;
14declare function utf8decode(byteString: any, opts: any): string;
Note: See TracBrowser for help on using the repository browser.