@sunsama/splash
Advanced tools
Comparing version 0.1.0 to 0.1.1
export declare const sum: (a: number, b: number) => number; | ||
export declare const Sunsama: () => void; |
@@ -12,5 +12,9 @@ 'use strict'; | ||
}; | ||
console.log('hello'); | ||
var Sunsama = function Sunsama() { | ||
console.log('Sunsama'); | ||
}; | ||
console.log('hello file!'); | ||
exports.Sunsama = Sunsama; | ||
exports.sum = sum; | ||
//# sourceMappingURL=splash.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),console.log("hello"),exports.sum=function(e,o){return e+o}; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),console.log("hello file!"),exports.Sunsama=function(){console.log("Sunsama")},exports.sum=function(e,o){return e+o}; | ||
//# sourceMappingURL=splash.cjs.production.min.js.map |
@@ -8,5 +8,8 @@ var sum = function sum(a, b) { | ||
}; | ||
console.log('hello'); | ||
var Sunsama = function Sunsama() { | ||
console.log('Sunsama'); | ||
}; | ||
console.log('hello file!'); | ||
export { sum }; | ||
export { Sunsama, sum }; | ||
//# sourceMappingURL=splash.esm.js.map |
{ | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -8,2 +8,6 @@ export const sum = (a: number, b: number) => { | ||
console.log('hello'); | ||
export const Sunsama = () => { | ||
console.log('Sunsama'); | ||
} | ||
console.log('hello file!'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8828
46