No description
https://darkwiiplayer.github.io/skooma-js
DarkWiiPlayer
16ac15b7c3
Optional arguments in skooma can be very annoying at times: html.span("foo: ", may_return_undefined()) Skooma will produce a warning to inform the user that one of their arguments is undefined as is is often unintended. The new `empty` value provides a mechanism to explicitly ignore a single argument, should it be optional html.span("foo: ", may_return_undefined() || empty) |
||
---|---|---|
skooma.js | ||
skooma.md |