mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-05 15:57:58 +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 {};
|