Then you can use it to force cast objects to a certain type: import { forceCast } from './forceCast'; const randomObject: any = {}; const typedObject = ...
確定! 回上一頁