/npm

Everything a pr0 React developer needs before breakfast and more

Primary LanguageJavaScriptOtherNOASSERTION

@listingslab/toolkit

Everything a pr0 React developer needs before breakfast in the Listingslab ToolKit

Usage

cd <your-project>
npm i @listingslab/toolkit

Node JS Serverless API

WordPress Plugins

Vanilla JS

	import { slugify } from '@listingslab/toolkit'

	const slug = slugify( `Changes this string to a nice url slug` )
	console.log ('slug', slug)
	import { ordinalSuffix } from '@listingslab/toolkit'

	const suffixedNumber = ordinalSuffix( 10 )
	console.log ('suffixedNumber', suffixedNumber) // 10th