format
This commit is contained in:
12
types/ConstString.d.ts
vendored
12
types/ConstString.d.ts
vendored
@ -1,8 +1,8 @@
|
||||
import { Type } from ".";
|
||||
import { Type } from '.'
|
||||
|
||||
/**
|
||||
* constructs type of utf8-string with constant byte size
|
||||
* @param {number} byte_size max utf8-encoded byte size
|
||||
* @returns {Type}
|
||||
*/
|
||||
export function ConstString(byte_size: number): Type;
|
||||
* constructs type of utf8-string with constant byte size
|
||||
* @param {number} byte_size max utf8-encoded byte size
|
||||
* @returns {Type}
|
||||
*/
|
||||
export function ConstString(byte_size: number): Type
|
||||
|
||||
Reference in New Issue
Block a user