README
@codotype/core
Different datatype definitions and utility functions used throughout the tools that power codotype.io.
Running tests
Run yarn install
+ yarn test
to run the jest tests. Run yarn test -u
to update jest snapshot tests.
Datatype definitions and utility functions that power Codotype
<script type="module">
import codotypeCore from 'https://cdn.skypack.dev/@codotype/core';
</script>
Different datatype definitions and utility functions used throughout the tools that power codotype.io.
Run yarn install
+ yarn test
to run the jest tests. Run yarn test -u
to update jest snapshot tests.