https://github.com/sourcevault/whitespace
create whitespace string
https://github.com/sourcevault/whitespace
Last synced: 23 days ago
JSON representation
create whitespace string
- Host: GitHub
- URL: https://github.com/sourcevault/whitespace
- Owner: sourcevault
- License: mit
- Created: 2016-10-05T13:51:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T07:57:31.000Z (over 9 years ago)
- Last Synced: 2026-01-18T14:19:21.474Z (26 days ago)
- Language: LiveScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Install**
```
npm install @partially-applied/whitespace
```
**How to Use**
```livescript
whitespace = require '@partially-applied/whitespace'
whitespace 1 # " "
whitespace 2 # " "
whitespace 5 # " " [1]
whitespace 5 # " " returns cached string from [1]
```