MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / N

Function N

packages/utils/renderer/highlight.js:312–320  ·  view source on GitHub ↗
(e, n)

Source from the content-addressed store, hash-verified

310 }),
311 w = 'of and for in not or if then'.split(' ');
312 function N(e, n) {
313 return n
314 ? +n
315 : (function (e) {
316 return w.includes(e.toLowerCase());
317 })(e)
318 ? 0
319 : 1;
320 }
321 const y = {
322 props: ['language', 'code', 'autodetect'],
323 data: function () {

Callers 1

rFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected