diff --git a/dist/index.d.ts b/dist/index.d.ts index e5b95c8..fa52aa1 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -2,6 +2,6 @@ import * as docker from './smartstring.docker'; import * as indent from './smartstring.indent'; import * as typescript from './smartstring.typescript'; export { docker, typescript, indent }; -export { Base64 } from './smartstring.base64'; +export { Base64, base64 } from './smartstring.base64'; export { Domain } from './smartstring.domain'; export { GitRepo } from './smartstring.git'; diff --git a/dist/index.js b/dist/index.js index 5eca2ec..ac10927 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7,8 +7,9 @@ const typescript = require("./smartstring.typescript"); exports.typescript = typescript; var smartstring_base64_1 = require("./smartstring.base64"); exports.Base64 = smartstring_base64_1.Base64; +exports.base64 = smartstring_base64_1.base64; var smartstring_domain_1 = require("./smartstring.domain"); exports.Domain = smartstring_domain_1.Domain; var smartstring_git_1 = require("./smartstring.git"); exports.GitRepo = smartstring_git_1.GitRepo; -//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsK0NBQThDO0FBSzFDLHdCQUFNO0FBSlYsK0NBQThDO0FBTTFDLHdCQUFNO0FBTFYsdURBQXNEO0FBSWxELGdDQUFVO0FBSWQsMkRBQTZDO0FBQXBDLHNDQUFBLE1BQU0sQ0FBQTtBQUNmLDJEQUE2QztBQUFwQyxzQ0FBQSxNQUFNLENBQUE7QUFDZixxREFBMkM7QUFBbEMsb0NBQUEsT0FBTyxDQUFBIn0= \ No newline at end of file +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsK0NBQThDO0FBSzFDLHdCQUFNO0FBSlYsK0NBQThDO0FBTTFDLHdCQUFNO0FBTFYsdURBQXNEO0FBSWxELGdDQUFVO0FBSWQsMkRBQXFEO0FBQTVDLHNDQUFBLE1BQU0sQ0FBQTtBQUFFLHNDQUFBLE1BQU0sQ0FBQTtBQUN2QiwyREFBNkM7QUFBcEMsc0NBQUEsTUFBTSxDQUFBO0FBQ2YscURBQTJDO0FBQWxDLG9DQUFBLE9BQU8sQ0FBQSJ9 \ No newline at end of file diff --git a/ts/index.ts b/ts/index.ts index b9e7303..9ab7759 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -8,6 +8,6 @@ export { indent } -export { Base64 } from './smartstring.base64' +export { Base64, base64 } from './smartstring.base64' export { Domain } from './smartstring.domain' export { GitRepo } from './smartstring.git'