Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-22 01:48:34 +03:00
parent 61cabbee15
commit ee58ea9d2c

View File

@ -19,7 +19,8 @@ var pwpath = require('../path')
// - define (name, generate, merge) - DONE // - define (name, generate, merge) - DONE
// inline - DONE // inline - DONE
// online - DONE // online - DONE
// - undefine (online) - ??? // - undefine (online) - DONE
// ...simply delete the method/prop...
// - enumerate/list - DONE // - enumerate/list - DONE
// - group operations: // - group operations:
// - reset (cache) - DONE // - reset (cache) - DONE
@ -27,7 +28,6 @@ var pwpath = require('../path')
// XXX move .paths()/.names() to this... // XXX move .paths()/.names() to this...
// //
// //
// makeIndex(<name>[, <options>]) // makeIndex(<name>[, <options>])
// makeIndex(<name>, <generate>[, <options>]) // makeIndex(<name>, <generate>[, <options>])