one-spaces
Advanced tools
Comparing version 1.2.3 to 1.2.4
type ArgumentType = string | ArgumentType[]; | ||
export default function(...args: ArgumentType[]): string; |
@@ -6,2 +6,4 @@ /** | ||
*/ | ||
'use strict'; | ||
function OneSpaces() { | ||
@@ -28,2 +30,2 @@ var | ||
export default OneSpaces; | ||
module.exports = OneSpaces; |
{ | ||
"name": "one-spaces", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A tiny module for making className 😎", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"author": { | ||
@@ -7,0 +8,0 @@ "name": "TroyTae", |
@@ -0,0 +0,0 @@ [![size](https://img.shields.io/github/size/TroyTae/one-spaces/dist/one-spaces.js?style=flat-square)](https://github.com/TroyTae/one-spaces/blob/master/dist/one-spaces.js) |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
55
4704