stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
14
node_modules/mathjax-full/js/util/BitField.d.ts
generated
vendored
Normal file
14
node_modules/mathjax-full/js/util/BitField.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export declare class BitField {
|
||||
protected static MAXBIT: number;
|
||||
protected static next: number;
|
||||
protected static names: Map<string, number>;
|
||||
protected bits: number;
|
||||
static allocate(...names: string[]): void;
|
||||
static has(name: string): boolean;
|
||||
set(name: string): void;
|
||||
clear(name: string): void;
|
||||
isSet(name: string): boolean;
|
||||
reset(): void;
|
||||
protected getBit(name: string): number;
|
||||
}
|
||||
export declare function BitFieldClass(...names: string[]): typeof BitField;
|
||||
Loading…
Add table
Add a link
Reference in a new issue