2019-08-31 20:51:14 -07:00

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 {};