forked from mystiq/hydrogen-web
Remove type Func
This commit is contained in:
parent
a14a8c3a07
commit
048547828d
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
type Func = () => void;
|
||||
export interface IDisposable {
|
||||
dispose(): void;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue