# Installation
> `npm install --save @types/type-name`

# Summary
This package contains type definitions for type-name (https://github.com/twada/type-name/).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-name.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-name/index.d.ts)
````ts
declare function typeName(anyVar: any): string;
declare namespace typeName {}

export = typeName;
export as namespace typeName;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by .
