Interface AcceleratorSource

interface AcceleratorSource {
    getAccelerator(context): string[];
}

Methods