small export fix
This commit is contained in:
parent
1684eae1e8
commit
a3a51bf0ca
2
dist/index.d.ts
vendored
2
dist/index.d.ts
vendored
@ -2,6 +2,6 @@ import * as docker from './smartstring.docker';
|
|||||||
import * as indent from './smartstring.indent';
|
import * as indent from './smartstring.indent';
|
||||||
import * as typescript from './smartstring.typescript';
|
import * as typescript from './smartstring.typescript';
|
||||||
export { docker, typescript, indent };
|
export { docker, typescript, indent };
|
||||||
export { Base64 } from './smartstring.base64';
|
export { Base64, base64 } from './smartstring.base64';
|
||||||
export { Domain } from './smartstring.domain';
|
export { Domain } from './smartstring.domain';
|
||||||
export { GitRepo } from './smartstring.git';
|
export { GitRepo } from './smartstring.git';
|
||||||
|
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -7,8 +7,9 @@ const typescript = require("./smartstring.typescript");
|
|||||||
exports.typescript = typescript;
|
exports.typescript = typescript;
|
||||||
var smartstring_base64_1 = require("./smartstring.base64");
|
var smartstring_base64_1 = require("./smartstring.base64");
|
||||||
exports.Base64 = smartstring_base64_1.Base64;
|
exports.Base64 = smartstring_base64_1.Base64;
|
||||||
|
exports.base64 = smartstring_base64_1.base64;
|
||||||
var smartstring_domain_1 = require("./smartstring.domain");
|
var smartstring_domain_1 = require("./smartstring.domain");
|
||||||
exports.Domain = smartstring_domain_1.Domain;
|
exports.Domain = smartstring_domain_1.Domain;
|
||||||
var smartstring_git_1 = require("./smartstring.git");
|
var smartstring_git_1 = require("./smartstring.git");
|
||||||
exports.GitRepo = smartstring_git_1.GitRepo;
|
exports.GitRepo = smartstring_git_1.GitRepo;
|
||||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsK0NBQThDO0FBSzFDLHdCQUFNO0FBSlYsK0NBQThDO0FBTTFDLHdCQUFNO0FBTFYsdURBQXNEO0FBSWxELGdDQUFVO0FBSWQsMkRBQTZDO0FBQXBDLHNDQUFBLE1BQU0sQ0FBQTtBQUNmLDJEQUE2QztBQUFwQyxzQ0FBQSxNQUFNLENBQUE7QUFDZixxREFBMkM7QUFBbEMsb0NBQUEsT0FBTyxDQUFBIn0=
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsK0NBQThDO0FBSzFDLHdCQUFNO0FBSlYsK0NBQThDO0FBTTFDLHdCQUFNO0FBTFYsdURBQXNEO0FBSWxELGdDQUFVO0FBSWQsMkRBQXFEO0FBQTVDLHNDQUFBLE1BQU0sQ0FBQTtBQUFFLHNDQUFBLE1BQU0sQ0FBQTtBQUN2QiwyREFBNkM7QUFBcEMsc0NBQUEsTUFBTSxDQUFBO0FBQ2YscURBQTJDO0FBQWxDLG9DQUFBLE9BQU8sQ0FBQSJ9
|
@ -8,6 +8,6 @@ export {
|
|||||||
indent
|
indent
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Base64 } from './smartstring.base64'
|
export { Base64, base64 } from './smartstring.base64'
|
||||||
export { Domain } from './smartstring.domain'
|
export { Domain } from './smartstring.domain'
|
||||||
export { GitRepo } from './smartstring.git'
|
export { GitRepo } from './smartstring.git'
|
||||||
|
Loading…
Reference in New Issue
Block a user