Skip to content

Instantly share code, notes, and snippets.

View OpeOnikute's full-sized avatar
💭
Chilling.

Opeyemi Onikute OpeOnikute

💭
Chilling.
View GitHub Profile
{
"percentDifference": null,
"quoteResponse": {
"contextSlot": 215185291,
"inAmount": "171",
"inputMint": "RLBxxFkseAZ4RgJH3Sqn8jXxhmGoz9jWxDNJMh8pL7aa",
"otherAmountThreshold": "63839141",
"outAmount": "63903044",
"outputMint": "PRT88RkA4Kg5z7pKnezeNH4mafTvtQdfFgpQTGRjz44",
"platformFee": null,
@OpeOnikute
OpeOnikute / string-utils.js
Created June 6, 2018 23:07 — forked from jonlabelle/string-utils.js
Useful collection of JavaScript string utilities.
// String utils
//
// resources:
// -- mout, https://github.com/mout/mout/tree/master/src/string
/**
* "Safer" String.toLowerCase()
*/
function lowerCase(str){
return str.toLowerCase();