UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (2 loc) 107 B
declare const findAlternatives: (string: string, array: string[]) => string[]; export = findAlternatives;