mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
feat(packages/stdlib): add AnyFunction type
This commit is contained in:
4
packages/stdlib/src/types/ts/functions.ts
Normal file
4
packages/stdlib/src/types/ts/functions.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Any function
|
||||
*/
|
||||
export type AnyFunction = (...args: any[]) => any;
|
||||
@@ -1 +1,2 @@
|
||||
export * from './string';
|
||||
export * from './string';
|
||||
export * from './functions';
|
||||
Reference in New Issue
Block a user