Skip to content

Commit

Permalink
Remove Mode type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2023
1 parent e458bdc commit dd29b65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
* @typedef {import('./lib/index.js').WriteOptions} WriteOptions
*/

// To do: next major: don’t expose `Mode`.
/**
* @typedef {number | string} Mode
*/

export {toVFile, read, readSync, write, writeSync} from './lib/index.js'

0 comments on commit dd29b65

Please sign in to comment.