This website works better with JavaScript.
Home
Explore
Help
Sign In
modal-soft
/
oblique-strategies-cli
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
CLI for Oblique Strategies.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
170 KiB
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
oblique-strategies-cli
/
__mocks__
/
wrap-ansi.ts
wrap-ansi.ts
70 B
Raw
Permalink
Normal View
History
Initial commit Add files from pridepack.
2 years ago
1
2
3
import { vi } from 'vitest';
export default vi.fn((s: string) => s);