Skip to content

Commit

Permalink
feat(types): 导出 PackageJson, TsConfigJson, JsonValue, JsonArray, Json…
Browse files Browse the repository at this point in the history
…Object
  • Loading branch information
fjc0k committed Sep 19, 2020
1 parent 89cc6fb commit 59ecc3d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@

/* istanbul ignore file */

export type { LiteralUnion, AsyncReturnType, FixedLengthArray } from 'type-fest'
export type {
LiteralUnion,
AsyncReturnType,
FixedLengthArray,
PackageJson,
TsConfigJson,
JsonValue,
JsonArray,
JsonObject,
} from 'type-fest'

export type {
AnyArray,
Expand Down

0 comments on commit 59ecc3d

Please sign in to comment.