docs: add documentation to internal function

This commit is contained in:
Jacob Nguyen
2023-04-16 13:33:35 -05:00
parent 458a0b978f
commit 195c155769

View File

@@ -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',