UNPKG

filer

Version:

Node-like file system for browsers

24 lines (23 loc) 337 B
module.exports = { type: 'object', properties: { filerDir: { type: 'string', }, shimsDir: { type: 'string', }, shimFs: { type: 'boolean', }, shimPath: { type: 'boolean', }, fsProvider: { type: 'string', }, fsProviderDir: { type: 'string', }, } };