mirror of
https://github.com/sern-handler/handler
synced 2026-06-25 09:12:15 +00:00
refactor: rename, format, move things
This commit is contained in:
@@ -32,6 +32,7 @@ function checkIsProcessed<T extends Module>(m: T): asserts m is Processed<T> {
|
||||
}
|
||||
|
||||
export const fmtFileName = (n: string) => n.substring(0, n.length - 3);
|
||||
|
||||
/**
|
||||
* a directory string is converted into a stream of modules.
|
||||
* starts the stream of modules that sern needs to process on init
|
||||
|
||||
Reference in New Issue
Block a user