UNPKG

dirent-from-stats

Version:

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

12 lines (11 loc) 264 B
declare const _default: { UV_DIRENT_UNKNOWN: any; UV_DIRENT_FILE: any; UV_DIRENT_TEST_DIR: any; UV_DIRENT_LINK: any; UV_DIRENT_FIFO: any; UV_DIRENT_SOCKET: any; UV_DIRENT_CHAR: any; UV_DIRENT_BLOCK: any; }; export default _default;