Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « schemas « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38a2f81921b5e1df2ccd24cb3ebab4d06e113d0a (plain)
1
2
3
4
import json from './json';
import yaml from './yaml';

export default [json, yaml];