Skip to content

Commit 0616893

Browse files
authored
Update NamespacedMap.ts (#16)
1 parent 4534891 commit 0616893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NamespacedMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NamespacedValue } from "./NamespacedValue";
22
import { Optional } from "./types";
33

4-
type NS = NamespacedValue<Optional<string>, Optional<string>>;
4+
type NS = NamespacedValue<string, string>;
55

66
/**
77
* A `Map` implementation which accepts a NamespacedValue as a key, and arbitrary value. The

0 commit comments

Comments
 (0)