拿掉 build files

This commit is contained in:
2022-07-18 16:33:23 +08:00
parent 41e2287bcb
commit 3707f158a3
31953 changed files with 0 additions and 4411796 deletions
-18
View File
@@ -1,18 +0,0 @@
import { ScanCode } from '../../client/scanCode';
import { GetAdvertisingId } from '../../client/getAdvertisingId';
import { AddToHomeScreen } from '../../client/addToHomeScreen/common';
import { InitPlugins } from '../../plugin/initPlugins';
import { LiffCore } from '../../liff';
interface LiffExtendableAll {
addToHomeScreen: AddToHomeScreen;
scanCode: ScanCode;
getAdvertisingId: GetAdvertisingId;
initPlugins: InitPlugins;
}
export declare type ExtendableKeys = keyof LiffExtendableAll;
export declare type LiffExtendableFunctions = Partial<LiffExtendableAll>;
export interface LiffExtension {
install: (liff: LiffCore) => void;
}
export declare type ExtendedFunctionCreator = (liff: LiffCore) => Function;
export {};
@@ -1,3 +0,0 @@
import { LiffExtension, ExtendedFunctionCreator, ExtendableKeys } from './LiffExtension';
export declare type CreatorDefPair = [ExtendableKeys, ExtendedFunctionCreator];
export default function createExtension(creatorDefPairs: CreatorDefPair[]): LiffExtension;
-3
View File
@@ -1,3 +0,0 @@
import { LiffExtension } from './LiffExtension';
declare const ios9_18Extension: LiffExtension;
export default ios9_18Extension;
-3
View File
@@ -1,3 +0,0 @@
import { LiffExtension } from './LiffExtension';
declare const ios9_19Extension: LiffExtension;
export default ios9_19Extension;
-3
View File
@@ -1,3 +0,0 @@
import { LiffExtension } from './LiffExtension';
declare const othersExtension: LiffExtension;
export default othersExtension;