ts-type
Version:
TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types
12 lines • 401 B
JavaScript
;
/**
* Created by user on 2019/6/11.
*
* 重新導出內建類型
* Re-export built-in types
*
* 在某些情況下 IDE 無法正確識別類型,此文件提供統一的類別導出
* In some cases IDE cannot correctly identify types, this file provides unified type exports
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=_build-in.js.map