7 lines
72 B
JavaScript
7 lines
72 B
JavaScript
"use strict"
|
|
export const DOC_VERSIONS = [
|
|
'dev',
|
|
'v0.1',
|
|
'v0.0',
|
|
];
|