MCPcopy Index your code
hub / github.com/BrainJS/brain.js / kw

Function kw

browser.js:17861–17866  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

17859
17860// Succinct definitions of keyword token types
17861function kw(name, options) {
17862 if ( options === void 0 ) options = {};
17863
17864 options.keyword = name;
17865 return keywords$1[name] = new TokenType(name, options)
17866}
17867
17868var types = {
17869 num: new TokenType("num", startsExpr),

Callers 1

browser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected