We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4534891 commit 0616893Copy full SHA for 0616893
src/NamespacedMap.ts
@@ -1,7 +1,7 @@
1
import { NamespacedValue } from "./NamespacedValue";
2
import { Optional } from "./types";
3
4
-type NS = NamespacedValue<Optional<string>, Optional<string>>;
+type NS = NamespacedValue<string, string>;
5
6
/**
7
* A `Map` implementation which accepts a NamespacedValue as a key, and arbitrary value. The
0 commit comments