Comparing version 0.0.10 to 0.0.11
@@ -5,3 +5,4 @@ import * as CountryCode from "./CountryCode"; | ||
import { DateTime } from "./DateTime"; | ||
import { Encoding } from "./Encoding"; | ||
import { Language } from "./Language"; | ||
export { CountryCode, Currency, CurrencyCode, DateTime, Language, }; | ||
export { CountryCode, Currency, CurrencyCode, DateTime, Encoding, Language, }; |
@@ -11,4 +11,6 @@ "use strict"; | ||
exports.DateTime = DateTime_1.DateTime; | ||
const Encoding_1 = require("./Encoding"); | ||
exports.Encoding = Encoding_1.Encoding; | ||
const Language_1 = require("./Language"); | ||
exports.Language = Language_1.Language; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "isoly", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Datatypes and functions specified by ISO-standards.", | ||
@@ -5,0 +5,0 @@ "author": "PayFunc", |
Sorry, the diff of this file is not supported yet
766828
179
13412