UNPKG
@aws-amplify/graphql-generator
Version:
ai-next (0.5.2-ai-next.0)
ai-streaming (0.4.8-ai-streaming.0)
associated-field-native (1.0.0-associated-field-native.0)
browser (0.2.5-browser.0)
disable-ajv-validation (0.3.0-disable-ajv-validation.0)
gen2-release-0411 (0.4.0-gen2-release-0411.0)
gen2-release-0416 (0.4.0-gen2-release-0416.0)
gen2-release-0423 (1.0.0-gen2-release-0423.0)
import-introspection (0.2.5-import-introspection.0)
latest (0.5.4)
primary-key-info-error-fix (0.5.3-primary-key-info-error-fix.0)
raven (0.4.5-raven.0)
ztestgen2 (1.0.0-ztestgen2.0)
1.0.0-ztestgen2.0
1.0.0-gen2-release-0423.0
1.0.0-associated-field-native.0
0.5.4
0.5.3
0.5.3-primary-key-info-error-fix.0
0.5.2
0.5.2-ai-next.0
0.5.1
0.5.0
0.4.8-ai-streaming.0
0.4.7
0.4.6
0.4.5
0.4.5-raven.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-gen2-release-0416.0
0.4.0-gen2-release-0411.0
0.3.0
0.3.0-disable-ajv-validation.0
0.2.5-import-introspection.0
0.2.5-browser.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
GraphQL API code generator
github.com/aws-amplify/amplify-codegen
aws-amplify/amplify-codegen
@aws-amplify/graphql-generator
/
lib
/
profiler.d.ts
8 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { ProfilerEvent }
from
"@graphql-codegen/plugin-helpers"
;
interface
Profiler
{ run<T>(
fn
: (
) =>
T, name:
string
, cat?:
string
): T;
collect
(): ProfilerEvent[]; } export
declare
function
createNoopProfiler
(
):
Profiler
; export {};
//# sourceMappingURL=profiler.d.ts.map