# Shelter typedefs

Installation: `npm i -D @uwu/shelter-defs`

Usage: typescript should pick it up.

If not, at the top of a TS file:

```ts
/// <reference path="path/to/node_modules/@uwu/shelter-defs/dist/shelter-defs/rootdefs.d.ts" />
```
