Socket
Book a DemoInstallSign in
Socket

@txikijs/types

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@txikijs/types

TypeScript types for the txiki.js runtime

latest
Source
npmnpm
Version
24.12.0
Version published
Maintainers
2
Created
Source

@txikijs/types

To use the typings in your TS project, install it via npm i @txikijs/types --save-dev

Then either add node_modules/@txikijs/types to the typeRoots in your tsconfig.json:

"typeRoots": [
	"node_modules/@txikijs/types",
	"node_modules/@types"
]

Or alternatively add import type from '@txikijs/types'; somewhere in your code.

Keywords

tjs

FAQs

Package last updated on 04 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts