static-type-assert:在TypeScript编译器的帮助下声明类型

时间:2024-05-17 19:00:23
【文件属性】:

文件名称:static-type-assert:在TypeScript编译器的帮助下声明类型

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-17 19:00:23

types assertions typescipt JavaScript

静态类型断言 在TypeScript编译器的帮助下声明类型 要求 Node.js≥8.9.0 TypeScript≥3.0.0 用法 1.创建TypeScript文件 示例: pass.ts import assert from 'static-type-assert' // Comma-separated parameters assert < string> ( 'hello' , 'world' ) assert < number> ( 123 , 456 , 789 ) // Curry function calls assert < 'abc' | 'def' | 123 | 456 > ( 'abc' ) ( 123 ) ( 'def' ) ( 456 ) // Combine assert < string> ( 'a' , 0 ) ( 'c' ,


【文件预览】:
static-type-assert-master
----.gitignore(22B)
----package.json(1011B)
----LICENSE.md(1KB)
----index.js(311B)
----tsconfig.json(181B)
----.dprintrc.json(358B)
----.github()
--------FUNDING.yml(622B)
--------workflows()
--------dependabot.yml(201B)
----test.ts(225B)
----README.md(985B)
----.npmignore(44B)
----pnpm-lock.yaml(3KB)
----renovate.json(65B)
----index.d.ts(656B)

网友评论