Use yarn, remove manual type for package

This commit is contained in:
Max Isom 2020-12-03 16:08:07 -05:00
parent 577c976623
commit faa1dcd5ec
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 4 additions and 3990 deletions

3
src/packages.d.ts vendored
View file

@ -1,3 +0,0 @@
declare module 'array-shuffle' {
export default function <T>(arr: T[]): T[];
}