forked from DGNum/liminix
anoia: alphabetize exports
This commit is contained in:
parent
05f2c9a2f7
commit
f4bf3029fa
1 changed files with 10 additions and 1 deletions
|
@ -66,4 +66,13 @@
|
|||
(s:sub 1 (- (# s) pad))))
|
||||
|
||||
|
||||
{ : assoc : merge : split : file-exists? : system : hash : base64url : dup }
|
||||
{
|
||||
: assoc
|
||||
: base64url
|
||||
: dup
|
||||
: file-exists?
|
||||
: hash
|
||||
: merge
|
||||
: split
|
||||
: system
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue