UNPKG

phrase-engine

Version:

Language files on steroids for conversational UIs that aren't boring.

6 lines (5 loc) 122 B
export default function mapFilter<FUNC>(map: { [key: string]: FUNC; }, keys: string[]): { [key: string]: FUNC; };