UNPKG

@xtrek/ts-migrate-plugins

Version:

Set of codemods, which are doing transformation of js/jsx to ts/tsx

7 lines 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isNotNull(item) { return item != null; } exports.default = isNotNull; //# sourceMappingURL=isNotNull.js.map