UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

6 lines (5 loc) 231 B
import { EmptyFeature } from './EmptyFeature'; import { ProtocolHandler } from '../types/ProtocolHandler'; export declare class ProtocolHandlersFeature extends EmptyFeature { constructor(protocolHandlers: ProtocolHandler[]); }