Home
last modified time | relevance | path

Searched defs:__importDefault (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimportHelpersWithImportOrExportDefault.ts16 function __importDefault(m: any): void; function
DesModuleInteropImportTSLibHasImport.ts7 declare module "tslib" { export const __exportStar: any; export const __importDefault: any; export … constant
/third_party/node/deps/minimatch/
Dindex.js920 var __importDefault = exports && exports.__importDefault || function(mod) { variable