flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
BACK_BACK/node_modules/@mongodb-js/saslprep/dist/memory-code-points.d.ts
generated
vendored
Executable file
11
BACK_BACK/node_modules/@mongodb-js/saslprep/dist/memory-code-points.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
/// <reference types="node" />
|
||||
import bitfield from 'sparse-bitfield';
|
||||
export declare function createMemoryCodePoints(data: Buffer): {
|
||||
unassigned_code_points: bitfield.BitFieldInstance;
|
||||
commonly_mapped_to_nothing: bitfield.BitFieldInstance;
|
||||
non_ASCII_space_characters: bitfield.BitFieldInstance;
|
||||
prohibited_characters: bitfield.BitFieldInstance;
|
||||
bidirectional_r_al: bitfield.BitFieldInstance;
|
||||
bidirectional_l: bitfield.BitFieldInstance;
|
||||
};
|
||||
//# sourceMappingURL=memory-code-points.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue