UNPKG

394 BTypeScriptView Raw
1import { Arbitrary } from '../check/arbitrary/definition/Arbitrary';
2/**
3 * For single unicode characters - any of the code points defined in the unicode standard
4 *
5 * WARNING: Generated values can have a length greater than 1.
6 *
7 * {@link https://tc39.github.io/ecma262/#sec-utf16encoding}
8 *
9 * @remarks Since 0.0.11
10 * @public
11 */
12export declare function fullUnicode(): Arbitrary<string>;