feat: add detailed JSDoc comments for injectServices and useService functions

This commit is contained in:
Stevan Freeborn
2025-05-24 22:29:46 -05:00
parent 59d369e13d
commit 4b12ac311a
2 changed files with 75 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { describe, expect, test } from 'vitest';
import { Env, Hono } from 'hono';
import { createServiceIdentifier, IServiceScope, ServiceCollection } from '@stevanfreeborn/netdi';
import { createServiceIdentifier, IServiceScope, ServiceCollection } from '../src/index';
import { injectServices, useService } from '../src/index';
import { randomUUID } from 'crypto';