mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
fix: Updated some things.
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user