Searched defs:is (Results 1 – 13 of 13) sorted by relevance
28 (asserts: number | string): asserts is number; property29 (asserts: { a: number | string }): asserts is this; property36 (is: number | string): is is number; property37 (is: { a: number | string }): is is this; property44 (a: number | string): a is number; property45 (a: { a: number | string }): a is this; property52 (a: number | string): asserts a is number; property53 (a: { a: number | string }): asserts a is this; property60 (asserts: number | string): asserts asserts is number; property61 (asserts: { a: number | string }): asserts asserts is this; property[all …]
17 class is { } class19 namespace is { namespace20 var is = 1; variable26 is = 1; property in asserts
17 function is(): string { function
19 is(): boolean; method
16 class is {} class
18 function is() { function
18 let foo = function is() { function
24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<Is...> is, Tuple &&tup) in TupleToStructImpl()
24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<IS...> is, Tuple &&tup) in TupleToStructImpl()
24 isArray(arg: unknown): arg is unknown[] | readonly unknown[]; property
15309 class is extends ce { class97387 class is { class
2 …n(e,t,n){t>>>=0;var i=e.byteLength-t;if(i<0)throw new RangeError("'offset' is out of bounds");if(v… method in t.Option