Skip to content

Instantly share code, notes, and snippets.

View ajparrah's full-sized avatar
🎯
Focusing

Alejandro Parra ajparrah

🎯
Focusing
View GitHub Profile
@ajparrah
ajparrah / noCacheReplyPlugin.ts
Created March 16, 2022 18:52
How to type decorateReply of fastify
import { FastifyInstance, FastifyReply } from 'fastify';
import fp from 'fastify-plugin';
// To use it thisway: reply.noCache().code(200).send({});
declare module 'fastify' {
interface FastifyReply {
noCache(): FastifyReply;
}
}
@ajparrah
ajparrah / gist:97b402940a4c8bc8b6d4058d6a70aba5
Created August 29, 2020 14:41 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: