@amalga/types

As such, treated like such.

Usage no npm install needed!

<script type="module">
  import amalgaTypes from 'https://cdn.skypack.dev/@amalga/types';
</script>

README

Amalga Types

As such, treated like such.

For now this is all the user defined interfaces, modules, etc I have had to create om horde.

Inclusion

Make sure to somehow1 import the index.d.ts file from the root folder into your project from you tsconfig

Extensions | extensions.d.ts

This is for any types from modules/packages being used that have not yet defined their own types or said type is not found in the DefinitelyTyped --> Type Definition Library (TypeSearch)

Notes

1 | In different projects I have seen types, typeRoots and includes being used to get Definitions loaded.