docs: update README, add some more jsdoc
This commit is contained in:
parent
22a8b4d03f
commit
55a73c3d0a
10 changed files with 155 additions and 30 deletions
|
@ -1,3 +1,14 @@
|
|||
/**
|
||||
* FSDB Organizer: By Character
|
||||
*
|
||||
* Organizes by splitting a string up and using the characters
|
||||
* for folders, eg:
|
||||
*
|
||||
* abcdefg.json => /a/ab/abc/abcdefg.json
|
||||
*
|
||||
* @module
|
||||
*/
|
||||
|
||||
import sanitize from '../utils/sanitize.ts';
|
||||
|
||||
export default function by_character(value: string): string[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue