UNPKG

dirent-from-stats

Version:

Create fs.Dirents from fs.Stats for compatiblity on earlier versions of Node.js

5 lines (4 loc) 207 B
export { default as constants } from './constants.ts'; export { default as DirentBase } from './DirentBase.ts'; export { default as DirentFromStats } from './DirentFromStats.ts'; export * from './types.ts';