typed
Extends:
lib/make.js~make → typed
Static Method Summary
Static Public Methods | ||
public static |
any(): * |
|
public static |
arrayBuffer(byteLength: undefined): string |
|
public static |
bufferSource(): * |
|
public static |
|
|
public static |
|
|
public static |
|
|
public static |
|
|
public static |
|
|
public static |
|
|
public static |
|
|
public static |
typedArray(byteLength: undefined): string |
|
public static |
unrestrictedDouble(limit: undefined): string |
|
public static |
unrestrictedFloat(limit: undefined): string |
|
public static |
unsignedLong(limit: undefined): string |
|
public static |
unsignedShort(limit: undefined): string |
Static Public Methods
public static arrayBuffer(byteLength: undefined): string source
Params:
Name | Type | Attribute | Description |
byteLength | undefined |
|
public static byte(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static dataView(byteLength: undefined): string source
Params:
Name | Type | Attribute | Description |
byteLength | undefined |
|
public static double(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static float(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static long(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static octet(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static short(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static typedArray(byteLength: undefined): string source
Params:
Name | Type | Attribute | Description |
byteLength | undefined |
|
public static unrestrictedDouble(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|
public static unrestrictedFloat(limit: undefined): string source
Params:
Name | Type | Attribute | Description |
limit | undefined |
|