MCPcopy
hub / github.com/meteor/meteor / JSON

Interface JSON

tools/index.d.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface JSON {
5 // The ES5 library fails to allow the input parameter to be a Buffer.
6 parse(input: Buffer | string, reviver?: (this: any, key: string, value: any) => any): any;
7 }
8
9 interface Promise<T> {
10 // This is an incomplete list of methods added to Promise.prototype by the

Callers 8

connectMethod · 0.65
project-context.jsFile · 0.65
_readResolverResultCacheFunction · 0.65
copyWWWMethod · 0.65

Implementers 2

Parsertools/tests/apps/modules/imports/links
LooseParsertools/tests/apps/modules/imports/links

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…