UNPKG

@rubelbiswas/bkoi-gl

Version:

A WebGL interactive maps library to use Barikoi maps and API

7 lines (6 loc) 144 B
export function isBarikoiStyle(style) { if(typeof style === 'string' && style.includes('barikoi.com')) { return true } return false }