Skip to content

Commit

Permalink
fixed import typo on README example
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Oct 4, 2020
1 parent 8e1987e commit 8510ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion brainstorming.md
Expand Up @@ -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.
Each file that exports utilities and *not* a *default* *function* will be resolved and included ahead of time before producing the final distributable.

0 comments on commit 8510ff6

Please sign in to comment.