@types/get-symbol-description
Version:
TypeScript definitions for get-symbol-description
23 lines (16 loc) • 778 B
Markdown
# Installation
> `npm install --save @types/get-symbol-description`
# Summary
This package contains type definitions for get-symbol-description (https://github.com/inspect-js/get-symbol-description#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/get-symbol-description.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/get-symbol-description/index.d.ts)
````ts
declare function getSymbolDescription(symbol: symbol): string | undefined;
export = getSymbolDescription;
````
### Additional Details
* Last updated: Sat, 02 Dec 2023 21:35:56 GMT
* Dependencies: none
# Credits
These definitions were written by [Tristan F.](https://github.com/LeoDog896).