#864·type-fest

`Paths` 无法在属性名称中逃避点

作者: voxpelli创建于 2024年4月12日更新于 2026年7月13日
标签bugcomponent:paths
typescript
Paths<{
	a: {
		b: string;
	};
	'a.b': number;
}>;

内容来源: sindresorhus/type-fest