Home

tailwind-ctp-intellisense @61ebc865d52d9c24d9f686e3608b40205b50be06 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / types / becke-ch--regex--s0-0-v1--base--pl--lib.d.ts
- raw -
1
2
3
4
5
6
declare module 'becke-ch--regex--s0-0-v1--base--pl--lib' {
  export default class Regex {
    constructor(regex: string, modifiers?: string)
    exec(str: string): null | (string[] & { index: number[] })
  }
}