MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / characters.ts

File characters.ts

test/characters.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { decodeUnicodeEscapeSequence, isHighSurrogate, isLowSurrogate, isSurrogatePair } from '../src/utils/characters';
2import { describe, expect, test } from 'vitest';
3
4describe('isHighSurrogate', () => {

Callers

nothing calls this directly

Calls 4

isHighSurrogateFunction · 0.90
isLowSurrogateFunction · 0.90
isSurrogatePairFunction · 0.90

Tested by

no test coverage detected