Add typing for libapps

This commit is contained in:
Iwasaki Yudai
2017-08-22 16:16:28 +09:00
parent a8bb23f570
commit 2b4eb55d28
5 changed files with 59 additions and 6 deletions

File diff suppressed because one or more lines are too long

4
js/dist/hterm.d.ts vendored
View File

@@ -1,8 +1,8 @@
import * as bare from "libapps";
export declare class Hterm {
elem: HTMLElement;
term: bare.Terminal;
io: bare.IO;
term: bare.hterm.Terminal;
io: bare.hterm.IO;
columns: number;
rows: number;
message: string;