UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

8 lines (7 loc) 296 B
import doFetchApi from './doFetchApi'; import type { DoFetchApiOpts, DoFetchApiResults } from './doFetchApi'; export * from './get-cookie'; export * from './parse-link-header'; export * from './query-string-encoding'; export type { DoFetchApiOpts, DoFetchApiResults }; export default doFetchApi;