one-spaces
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -1,1 +0,1 @@ | ||
export default function (): void; | ||
export default function (): IArguments; |
/** | ||
* @author TroyTae | ||
* @version 0.3.4 | ||
* @version 0.3.5 | ||
* @name one-spaces | ||
@@ -13,3 +13,3 @@ */ | ||
function index () { | ||
console.log('one-spaces'); | ||
return arguments; | ||
} | ||
@@ -16,0 +16,0 @@ |
/** | ||
* @author TroyTae | ||
* @version 0.3.4 | ||
* @version 0.3.5 | ||
* @name one-spaces | ||
*/ | ||
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?module.exports=f():typeof define==='function'&&define.amd?define(f):(g=g||self,g.OneSpaces=f());}(this,(function(){'use strict';function index () { | ||
console.log('one-spaces'); | ||
return arguments; | ||
}return index;}))); |
{ | ||
"name": "one-spaces", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "A tiny module for making className 😎", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.min.js", |
export default function() { | ||
console.log('one-spaces'); | ||
return arguments; | ||
} |
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
6058