aboutsummaryrefslogtreecommitdiff
path: root/scripts/apidocs/processing/parameter.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-11-21 23:05:03 +0100
committerGitHub <[email protected]>2024-11-21 22:05:03 +0000
commit3e1f26c284f711477fd453c242f9dc3a6ac147e0 (patch)
tree30281cd77a6390cc0f3c45c69eb917a02c3acad1 /scripts/apidocs/processing/parameter.ts
parent382c034c8bf55db9f64101412c7ec7523a8e86c7 (diff)
downloadfaker-3e1f26c284f711477fd453c242f9dc3a6ac147e0.tar.xz
faker-3e1f26c284f711477fd453c242f9dc3a6ac147e0.zip
chore: fix import styling (#3273)
Diffstat (limited to 'scripts/apidocs/processing/parameter.ts')
-rw-r--r--scripts/apidocs/processing/parameter.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/apidocs/processing/parameter.ts b/scripts/apidocs/processing/parameter.ts
index 05f2f1f3..ac35b960 100644
--- a/scripts/apidocs/processing/parameter.ts
+++ b/scripts/apidocs/processing/parameter.ts
@@ -1,10 +1,12 @@
import type {
+ JSDoc,
+ JSDocTag,
+ ParameterDeclaration,
PropertySignature,
Symbol,
Type,
TypeParameterDeclaration,
} from 'ts-morph';
-import { type JSDoc, type JSDocTag, type ParameterDeclaration } from 'ts-morph';
import { exactlyOne, valueForKey } from '../utils/value-checks';
import { newProcessingError } from './error';
import {