UNPKG

filer

Version:

Node-like file system for browsers

7 lines (5 loc) 174 B
var NODE_TYPE_FILE = require('./constants.js').NODE_TYPE_FILE; module.exports = function DirectoryEntry(id, type) { this.id = id; this.type = type || NODE_TYPE_FILE; };