node-expect-type 1.3.0-1
Package Information
| Description | Compile-time type assertions for TypeScript This library provides a fluent, expectation-style API for writing assertions about TypeScript types that are checked by the TypeScript compiler. Assertions can compare inferred types against expected types, or against other inferred types, and can be chained to inspect specific parts of a type such as function parameters, return values, constructor parameters, promise resolutions, array item types, and properties on object and class instance types. It includes matchers for common type relationships, including exact type equality, assignability checks, and partial object-shape checks. It also includes predicates for special types such as any, unknown, and never, and supports inverted assertions. These checks are intended to be evaluated by the TypeScript type checker, so failures surface as type errors reported by the compiler and editor tooling. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@4angle.com |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/homeassistant-team/js/node-expect-type.git (browse) |
| Closes | #1125087 |
| Tracker | https://tracker.debian.org/pkg/node-expect-type |
| Uploaded | 1 month, 4 days ago |
New Package Report
.changes
| Changed-By | Edward Betts |
|---|---|
| Architecture | all source |
| Distribution | unstable |
| Date | Fri, 09 Jan 2026 07:26:05 +0000 |
| Source | node-expect-type |
| Version | 1.3.0-1 |
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | node-expect-type deb javascript optional arch=all |
| Section | javascript |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: expect-type
Upstream-Contact: https://github.com/mmkal/expect-type/issues
Source: https://github.com/mmkal/expect-type
Files: *
Copyright: 2024 Misha Kaletsky
License: Apache-2.0
Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache 2.0 License
can be found in /usr/share/common-licenses/Apache-2.0 file.