UNPKG

@ideal-postcodes/jsutil

Version:

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

3 lines (2 loc) 146 B
export declare const isString: (input: unknown) => input is string; export declare const includes: (haystack: string, needle: string) => boolean;