@types/interpret
- Version 1.1.3
- Published
- 3.74 kB
- 1 dependency
- MIT license
Install
npm i @types/interpretyarn add @types/interpretpnpm add @types/interpretOverview
TypeScript definitions for interpret
Index
Variables
Interfaces
Type Aliases
Variables
variable extensions
const extensions: Extensions;variable jsVariants
const jsVariants: Extensions;Interfaces
interface ExtensionDescriptor
interface ExtensionDescriptor {}interface Extensions
interface Extensions {}index signature
[extension: string]: Extension | null;interface Hook
interface Hook {}method install
install: (m?: { [key: string]: any; extension: string }) => void;call signature
(m: { extensions: string } | NodeModule): any;Type Aliases
type Extension
type Extension = string | ExtensionDescriptor | Array<string | ExtensionDescriptor>;type RegisterFn
type RegisterFn = (hook: Hook) => void;Package Files (1)
Dependencies (1)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/interpret.
- Markdown[](https://www.jsdocs.io/package/@types/interpret)
- HTML<a href="https://www.jsdocs.io/package/@types/interpret"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2148 ms. - Missing or incorrect documentation? Open an issue for this package.
