diff --git a/README.md b/README.md index 2c448e8..7c70403 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ import { define, // used to define types as, is, // cast and check utils enums, fn, struct, union, // specialized types + set, map, // typed Set and Map unsafe // performance boost for production } from 'jdes'; diff --git a/brainstorming.md b/brainstorming.md index f24f815..f5501cc 100644 --- a/brainstorming.md +++ b/brainstorming.md @@ -53,4 +53,4 @@ If a *non-imported* file expoerts a *default* function, it will be transpiled as ## As module (stretch goal) -Each file that exports utilities and *not* a *default* *function* will be resolved and included ahead of time before producing the final distributable. \ No newline at end of file +Each file that exports utilities and *not* a *default* *function* will be resolved and included ahead of time before producing the final distributable.