MCPcopy Index your code
hub / github.com/Hashnode/starter-kit / s

Function s

packages/utils/renderer/highlight.js:3413–3415  ·  view source on GitHub ↗
(...n)

Source from the content-addressed store, hash-verified

3411 return n.map((n) => e(n)).join('');
3412 }
3413 function s(...n) {
3414 return '(' + n.map((n) => e(n)).join('|') + ')';
3415 }
3416 return function (e) {
3417 var t =
3418 'false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do',

Callers 1

highlight.jsFile · 0.85

Calls 2

eFunction · 0.70
rFunction · 0.70

Tested by

no test coverage detected