Skip to content

Commit

Permalink
fix: add other externs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Dec 6, 2020
1 parent 0ea88b4 commit 04618b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ dummy.folder = function() {};
dummy.file = function() {};
dummy.generateAsync = function() {};
dummy.showOpenFilePicker = function() {};
dummy.getDirectoryHandle = function() {};
dummy.removeEntry = function() {};
dummy.getFile = function() {};
dummy.text = function() {};

0 comments on commit 04618b8

Please sign in to comment.