interface Y { new():Y; }
interface Y { new():Y; }
class X { constructor() { } } class X { static { } }
class X { constructor() { } }
class X { static { } }Inside module and script only function f() { }
Inside module and script only
function f() { }interface Y { []:number; }
interface Y { []:number; }
<JsxTagName attribute1 attribute2={0} />
<JsxTagName attribute1 attribute2={0} />
predefined type (void) or keyword (class)
predefined type (void) or keyword (class)
class X { [public|private]* accessor foo: number; }
class X { [public|private]* accessor foo: number; }
class X { [public|private]* foo() {} }
class X { [public|private]* foo() {} }
class X { [public|private]* [get|set] foo:number; }
class X { [public|private]* [get|set] foo:number; }
class X { [public|private]* foo:number; } interface Y { foo:number; }
class X { [public|private]* foo:number; }
interface Y { foo:number; }Inside module and script only const v = ..
Inside module and script only const v = ..
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |