fix: Updated some things.

This commit is contained in:
Spencer Brower
2023-05-25 15:23:03 -04:00
parent 3a791a2fd5
commit 840a73a4e3
6 changed files with 145 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest';
import fc from 'fast-check';
import {
afterFirstWord, beforeFirstWord, endsWith, ltrim, startsWith,
/*afterFirstWord, beforeFirstWord, endsWith,*/ ltrim, startsWith,
} from './index';
describe('strings', () => {