style: format

This commit is contained in:
Kevin Deng
2025-11-26 16:58:43 +08:00
parent 85d98b5b6f
commit 620450b5ba
28 changed files with 1297 additions and 1302 deletions

View File

@@ -1,5 +1,5 @@
declare function transformOn(
obj: Record<string, any>
): Record<`on${string}`, any>;
obj: Record<string, any>,
): Record<`on${string}`, any>
export { transformOn as default, transformOn as 'module.exports' };
export { transformOn as default, transformOn as 'module.exports' }