guilhermeabell
Follow
🎃
Highlights
Pinned Loading
-
masks.js
masks.js 1export const cpfMask = (value) => {
2return value
3.toString()
4.replace(/\D/g, '')
5.replace(/(\d{3})(\d)/, '$1.$2')
-
settings.json
settings.json 1{
2"emmet.syntaxProfiles": {
3"javascript": "jsx",
4"typescript": "tsx",
5},
-
BranchStash
BranchStash 1[alias]
2branchstash = "!f() { git stash save \"Stash $(git rev-parse --abbrev-ref HEAD): $1\"; }; f"
34# run git branchstash "my changes in the branch"
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.