forked from biosimulations/biosimulations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeclarations.d.ts
More file actions
19 lines (19 loc) · 875 Bytes
/
declarations.d.ts
File metadata and controls
19 lines (19 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
declare module 'stackdriver-errors-js';
declare module 'highlight.js/lib/languages/dockerfile';
declare module 'highlight.js/lib/languages/json';
declare module 'highlight.js/lib/languages/python';
declare module 'highlight.js/lib/languages/typescript';
declare module 'highlight.js/lib/languages/xml';
declare module 'highlight.js/lib/languages/yaml';
declare module 'highlight.js/lib/core';
declare module '@openapi-contrib/openapi-schema-to-json-schema';
declare module '@stdlib/array-shape';
declare module '@stdlib/array-to-iterator';
declare module '@stdlib/iter-last';
declare module '@stdlib/iter-pop';
declare module '@stdlib/iter-slice';
declare module '@stdlib/ndarray-array';
declare module '@stdlib/ndarray-base-broadcast-array';
declare module '@stdlib/ndarray-base-to-array';
declare module '@stdlib/ndarray-ind2sub';
declare module '@stdlib/stats-iter-prod';