Current section

Files

Jump to
ckeditor5_phoenix dist src shared once.d.ts
Raw

dist/src/shared/once.d.ts

export declare function once<T extends (...args: any[]) => any>(fn: T): T;
//# sourceMappingURL=once.d.ts.map