chore: esm-ify payload

This commit is contained in:
James
2024-03-06 14:30:23 -05:00
parent 137952af73
commit 9674f4e739
208 changed files with 1178 additions and 1224 deletions

View File

@@ -1,6 +1,6 @@
import type { ValidateOptions } from './config/types'
import type { ValidateOptions } from './config/types.d.ts'
import { number, password, point, relationship, select, text, textarea } from './validations'
import { number, password, point, relationship, select, text, textarea } from './validations.js'
const t = jest.fn((string) => string)