style: Ran prettier.

This commit is contained in:
Spencer Brower
2023-05-25 17:32:29 -04:00
parent 7f8ef72f19
commit 337942657a
5 changed files with 15 additions and 24 deletions

2
lib/utils.d.ts vendored
View File

@@ -1,4 +1,4 @@
import type { curry as _curry, when as _when } from 'ramda';
import type { curry as _curry, when as _when } from "ramda";
export declare const curry: typeof _curry;
export declare const isEmpty: (str: string) => boolean;
export declare const tail: (str: string) => string;