AZ
Size: a a a
AZ
АП
function Create() {
return Object.freeze({ method1, method2 });
function method1() {}
function methdo2() {}
}
PS
PS
R
PS
AZ
AZ
R
PS
AS
AZ
АП
PS
interface FunctionInterface {
(s: string): boolean;
}
const f: FunctionInterface = s => true;
AZ
AS
ОК
AS
AS