1.0.2 • Published 2 years ago

smart-questen v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

smart-questen

猜字游戏

玩法

install

npm install smart-questen

include

tsconfig.json "include": ["node_modules/smart-questen/*.ts"],

出题目

支持输入一段话作为正确的提示语

type Questen3<T extends string>=Main<T,'1234','恭喜你,完全正确'>

答题

/**
 * 4位数字 请使结果 A:4
 */
type tips3 = Questen3<'1234'>

更新日志

1.0.0 初版 1.0.2 史诗级更新!!! 支持输入一段话作为正确的提示语