mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-06 08:18:08 +00:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
![]() |
/**
|
||
|
* Exports a noop that can be used in place of Ember.K which is currently deprecated.
|
||
|
*/
|
||
|
export default <(...args: Array<any>) => any>function noop(): any {};
|