feat(packages/stdlib): add AnyFunction type
This commit is contained in:
@@ -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