Skip to content

Commit

Permalink
chore: add missing externs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jan 12, 2021
1 parent 625ec88 commit 3e7ae0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions externs.js
Expand Up @@ -51,3 +51,15 @@ dummy.values = function() {};
dummy.filter = function() {};
dummy.concat = function() {};
dummy.diff_main = function() {};

/**
* @typedef {{
* recursive: (undefined | boolean),
* }}
*/
var openDirectoryOptions;
/**
* @param {(undefined | openDirectoryOptions)} options
* @param {function} cb
*/
var openDirectory = function(options, cb) {};

0 comments on commit 3e7ae0f

Please sign in to comment.