File: client.d.ts

package info (click to toggle)
node-character-parser 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: javascript: 949; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (6)
1
2
declare const isBrowser: boolean;
export = isBrowser;