Open2023/01/06にコメント追加1プログラミングジョークポエムジョークsankaku2024/03/03に更新import {types} from './types'; const type = types.something; type SomeStruct = { type: typeof type; // here something: unknown; }; type のタイプは type のタイプ http://tirasimanga.web.fc2.com/TUM/045/045.html
sankaku2024/03/03に更新import {types} from './types'; const type = types.something; type SomeStruct = { type: typeof type; // here something: unknown; }; type のタイプは type のタイプ http://tirasimanga.web.fc2.com/TUM/045/045.html