truncgil (Truncgil Technology JavaScript Library)
Truncgil Technology JavaScript Library
Installation
npm install truncgil
Usage
const _ = require('truncgil');
_('Merhabalar Trunçgil Teknoloji').typeof();
_('Merhabalar Trunçgil Teknoloji').debug();
On browser
<script src="https://cdn.jsdelivr.net/npm/truncgil"></script>
<script type="text/javascript">
_('Merhabalar Trunçgil Teknoloji').typeof();
_('Merhabalar Trunçgil Teknoloji').debug();
</script>
Functions
- replaceAll(search, replace)
- typeof()
- typeofBlank()
- printExecutionTime()
- sleep(ms)
- parseAll(returnType=null)
- reverse(string, value)
- slugify()
- pushIfNotExist(value)
- getUnique()
- wordCount()
- toArray()
- toObject()
- log(css)
- now()
- onScrollToThis()