Add license headers
parent
efa955b553
commit
ecad3d2ade
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/* eslint-disable no-console */
|
||||
/*
|
||||
to use this example, create an .env file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
interface IBaseError {
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
import { AxiosResponse } from "axios";
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
export type Result<L, A> = Failure<L, A> | Success<L, A>;
|
||||
|
||||
export class Failure<L, A> {
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Core modules
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
export const selectors = {
|
||||
WT_FILTER_POPUP_BUTTON: "a.filterBar-menuTrigger",
|
||||
WT_NEXT_PAGE: "a.pageNav-jump--next",
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
export const urls = {
|
||||
F95_BASE_URL: "https://f95zone.to",
|
||||
F95_SEARCH_URL: "https://f95zone.to/search/search/",
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from file
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Core modules
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Modules from files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/**
|
||||
* Data relating to an external platform (i.e. Patreon).
|
||||
*/
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
// Public modules from npm
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
"use strict";
|
||||
|
||||
//#region Interfaces
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
||||
"use strict";
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) 2021 MillenniumEarl
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/* istanbul ignore file */
|
||||
"use strict";
|
||||
|
||||
|
|
Loading…
Reference in New Issue