UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

5 lines (4 loc) 177 B
/** * Remove an entry from a string array if it's there, does nothing if it isn't there. */ export default function removeEntry<K>(stringArray: K[], stringToRemove: K): void;