UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

6 lines (5 loc) 211 B
import { EmptyFeature } from './EmptyFeature'; import { FileHandler } from '../types/FileHandler'; export declare class FileHandlingFeature extends EmptyFeature { constructor(fileHandlers: FileHandler[]); }