mirror of
https://github.com/yudai/gotty.git
synced 2026-03-05 05:10:16 +01:00
Use libapps utf8 decoder
This commit is contained in:
parent
248f51b290
commit
ba1aa690ed
4 changed files with 43 additions and 39 deletions
4
js/typings/libapps/index.d.ts
vendored
4
js/typings/libapps/index.d.ts
vendored
|
|
@ -44,4 +44,8 @@ export declare namespace lib {
|
|||
export var Storage: {
|
||||
Memory: Memory
|
||||
}
|
||||
|
||||
export class UTF8Decoder {
|
||||
decode(str: string)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue