We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e001a commit 40a2d54Copy full SHA for 40a2d54
Makefile
@@ -30,4 +30,4 @@ bundle:
30
31
32
fmt:
33
- deno fmt src/ doc/ bin/ nats-base-client/ examples/ tests/ debug/ unsafe_tests/ jetstream/ kv/ os/ service/ jetstream.md README.md migration.md services.md
+ deno fmt src/ doc/ bin/ nats-base-client/ examples/ tests/ debug/ unsafe_tests/ jetstream/ nuid/ kv/ os/ service/ jetstream.md README.md migration.md services.md
nats-base-client/nuid.ts
@@ -13,5 +13,4 @@
13
* limitations under the License.
14
*/
15
16
-export {Nuid, nuid} from "../nuid/src/mod.ts"
17
-
+export { Nuid, nuid } from "../nuid/src/mod.ts";
nuid/jsr.json
@@ -4,4 +4,4 @@
4
"exports": {
5
".": "./src/mod.ts"
6
}
7
-}
+}
0 commit comments