-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a30d85e
commit b987ce3
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# WTF is this? | ||
|
||
`wtf-is-this` is a basic JS validation and helper library | ||
`@doubco/wtf` is a basic JS validation and helper library | ||
|
||
## Why? | ||
|
||
We tried different packages while building our apps, eventually we find out either those are too big or to limited for us to use.. | ||
|
||
## Installation | ||
|
||
`yarn add wtf-is-this` or `npm install wtf-is-this --save` | ||
`yarn add @doubco/wtf` or `npm install @doubco/wtf --save` | ||
|
||
## Usage | ||
|
||
`import is from "wtf-is-this"` or `import { isString } from "wtf-is-this"` | ||
`import is from "@doubco/wtf"` or `import { isString } from "@doubco/wtf"` | ||
|
||
## Available Helpers | ||
|
||
|
@@ -57,6 +57,5 @@ Pull requests are welcome and please submit bugs 🐛. | |
## Contact | ||
|
||
- Follow [@doubco](https://twitter.com/doubco) on Twitter | ||
- Follow [@doubco](http://facebook.com/doubco) on Facebook | ||
- Follow [@doubco](http://instagram.com/doubco) on Instagram | ||
- Email <mailto:[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters