UNPKG

@lipsurf/cli

Version:

Build LipSurf plugins to add custom voice commands to any website.

3 lines (2 loc) 136 B
declare type PluginSub = [free: string, plus: string, premium: string]; declare type PluginPartType = import("../util").PluginPartType;