Skip to content

Commit 16a6d82

Browse files
committed
refactor(guard-clause): refactor extentions file name
1 parent 8a37a15 commit 16a6d82

12 files changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
export * from './not-empty-guard.extension.factory.js'
2-
export * from './not-uuid-guard.extension.factory.js'
3-
export * from './not-number-between.extension.factory.js'
4-
export * from './not-instance-guard.extension.factory.js'
5-
export * from './not-integer-guard.extension.factory.js'
6-
export * from './not-enum-guard.extension.factory.js'
7-
export * from './not-one-of-guard.extension.factory.js'
8-
export * from './not-string-length-between.extension.factory.js'
9-
export * from './not-iso4217-guard.extension.factory.js'
10-
export * from './not-json-schema-valid.extension.factory.js'
11-
export * from './not-bigint-guard.extension.factory.js'
1+
export * from './not-empty-guard.extension.js'
2+
export * from './not-uuid-guard.extension.js'
3+
export * from './not-number-between.extension.js'
4+
export * from './not-instance-guard.extension.js'
5+
export * from './not-integer-guard.extension.js'
6+
export * from './not-enum-guard.extension.js'
7+
export * from './not-one-of-guard.extension.js'
8+
export * from './not-string-length-between.extension.js'
9+
export * from './not-iso4217-guard.extension.js'
10+
export * from './not-json-schema-valid.extension.js'
11+
export * from './not-bigint-guard.extension.js'

packages/guard-clause/src/extensions/not-bigint-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-bigint-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-empty-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-empty-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-enum-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-enum-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-instance-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-instance-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-integer-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-integer-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-iso4217-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-iso4217-guard.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-json-schema-valid.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-json-schema-valid.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-number-between.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-number-between.extension.ts

File renamed without changes.

packages/guard-clause/src/extensions/not-one-of-guard.extension.factory.ts renamed to packages/guard-clause/src/extensions/not-one-of-guard.extension.ts

File renamed without changes.

0 commit comments

Comments
 (0)