@sunsama/splash
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,3 @@ | ||
export declare const sum: (a: number, b: number) => number; | ||
export declare const Sunsama: () => void; | ||
declare const SunsamaSplash: () => { | ||
splash: () => void; | ||
}; |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var sum = function sum(a, b) { | ||
{ | ||
console.log('boop'); | ||
} | ||
return a + b; | ||
}; | ||
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 file!"),exports.Sunsama=function(){console.log("Sunsama")},exports.sum=function(e,o){return e+o}; | ||
"use strict"; | ||
//# sourceMappingURL=splash.cjs.production.min.js.map |
@@ -1,14 +0,2 @@ | ||
var sum = function sum(a, b) { | ||
if ('development' === process.env.NODE_ENV) { | ||
console.log('boop'); | ||
} | ||
return a + b; | ||
}; | ||
var Sunsama = function Sunsama() { | ||
console.log('Sunsama'); | ||
}; | ||
console.log('hello file!'); | ||
export { Sunsama, sum }; | ||
//# sourceMappingURL=splash.esm.js.map |
{ | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -1,12 +0,11 @@ | ||
export const sum = (a: number, b: number) => { | ||
if ('development' === process.env.NODE_ENV) { | ||
console.log('boop'); | ||
} | ||
return a + b; | ||
}; | ||
export const Sunsama = () => { | ||
const SunsamaSplash = (function() { | ||
console.log('Sunsama'); | ||
} | ||
console.log('hello file!'); | ||
return { | ||
splash: function() { | ||
console.log('Splash!'); | ||
} | ||
} | ||
}); | ||
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6499
22