UNPKG

@ideal-postcodes/jsutil

Version:

Browser Address Autocomplete for api.ideal-postcodes.co.uk

3 lines (2 loc) 141 B
export const isString = (input) => typeof input === "string"; export const includes = (haystack, needle) => haystack.indexOf(needle) !== -1;