Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahejlsberg/PLE-demos
/ functions
Functions
21 in github.com/ahejlsberg/PLE-demos
⨍
Functions
21
◇
Types & classes
4
↓ 5 callers
Function
bind
(f: (...args: [...T, ...U]) => R, ...a: T)
tuples/main.ts:46
↓ 4 callers
Function
foo
(...args: Tuple)
tuples/main.ts:10
↓ 3 callers
Function
countLines
(text?: string[])
union/main.ts:51
↓ 3 callers
Function
createLabel
(nameOrId: string | number)
conditional/main.ts:7
↓ 3 callers
Function
getProp
(obj: any, key: string)
stringly/main.ts:10
↓ 3 callers
Function
move
(direction: Direction, distance: number)
union/main.ts:29
↓ 3 callers
Function
setSize
(value)
union/t.js:2
↓ 3 callers
Function
setSize
(value: any)
union/main.ts:7
↓ 2 callers
Function
createLabel2
(nameOrId: T)
conditional/main.ts:20
↓ 2 callers
Function
pluck
(array: T[], key: K)
stringly/main.ts:23
↓ 1 callers
Function
call
(fn: (...args: any[]) => any, ...args: any[])
tuples/main.ts:26
↓ 1 callers
Method
push
(value: T)
variance/main.ts:8
Function
area
(s: Shape)
union/main.ts:108
Function
error
(message?: string | undefined)
union/main.ts:41
Function
f1
(item: Item)
stringly/main.ts:14
Function
f2
(items: Item[])
stringly/main.ts:27
Function
f3
(item: Item)
stringly/main.ts:42
Function
fn1
(a: number, b: string, c: boolean, d: string[])
tuples/main.ts:50
Method
forEach
(action: (value: T) => void)
variance/main.ts:10
Method
pop
()
variance/main.ts:9
Function
test
(s: string | string[] | null | undefined)
union/main.ts:69