#To create a new symlink (will fail if symlink exists already):
ln -s /path/to/file /path/to/symlink
#To create or update a symlink:
ln -sf /path/to/file /path/to/symlink
import React from 'react'; | |
import { TouchableWithoutFeedback } from 'react-native'; | |
export default class DoubleTap extends React.Component { | |
static defaultProps = { | |
delay: 300, | |
onDoubleTap: () => null, | |
}; |
{ | |
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"], | |
"watch": ["src"], | |
"exec": "npm start", | |
// probably just extension... | |
"ext": "ts" | |
} | |
// and in package.json: |
#To create a new symlink (will fail if symlink exists already):
ln -s /path/to/file /path/to/symlink
#To create or update a symlink:
ln -sf /path/to/file /path/to/symlink
import mongoose, { Document, Model } from "mongoose"; | |
import { IRashiDocument, IRashiObject, RashiSchema } from "./Rashi"; | |
export interface IChumashObject { | |
learnOnDate: Date; | |
dayOfTheWeek: string; | |
hebrewPesukim: Pesukim; | |
englishPesukim: Pesukim; | |
amountOfPesukim: number | null; | |
rashiDocument: IRashiObject; |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph