UNPKG

colurs

Version:
9 lines (8 loc) 173 B
interface String { /** * Simple polyfill to simulate startsWith. * * @param suffix the suffix to inspect. */ beginsWith(suffix: any): boolean; }