UNPKG

ts-transform-react-intl

Version:

Extracts string messages for translation from modules that use React Intl.

9 lines (8 loc) 272 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./aggregate")); __export(require("./transform")); __export(require("./macro"));