MCPcopy Create free account
hub / github.com/nodejs/node / signatureHasRestParameter

Function signatureHasRestParameter

test/fixtures/snapshot/typescript.js:89299–89301  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

89297 }
89298 }
89299 function signatureHasRestParameter(s) {
89300 return !!(s.flags & 1 /* SignatureFlags.HasRestParameter */);
89301 }
89302 ts.signatureHasRestParameter = signatureHasRestParameter;
89303 function signatureHasLiteralTypes(s) {
89304 return !!(s.flags & 2 /* SignatureFlags.HasLiteralTypes */);

Calls

no outgoing calls

Tested by

no test coverage detected