mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
docs: add documentation to internal function
This commit is contained in:
@@ -70,7 +70,10 @@ function defaultContainer() {
|
||||
{}
|
||||
>;
|
||||
}
|
||||
|
||||
/**
|
||||
* A way for sern to grab only the necessary dependencies.
|
||||
* Returns a function which allows for the user to call for more dependencies.
|
||||
*/
|
||||
export function makeFetcher(wrapper: Wrapper) {
|
||||
const requiredDependencyKeys = [
|
||||
'@sern/emitter',
|
||||
|
||||
Reference in New Issue
Block a user