2 Matching Annotations
- Aug 2021
-
stackoverflow.com stackoverflow.com
-
the tuple() function you need can be succinctly written as: export type Lit = string | number | boolean | undefined | null | void | {}; export const tuple = <T extends Lit[]>(...args: T) => args;
-
- Jul 2021
-
askubuntu.com askubuntu.com
-
IMO: alias cp="rsync -avz" cp is outdated
-