UNPKG

@bookbox/generator-js

Version:

Bookbox generator for js code

6 lines (5 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LevelApiNameSet = exports.LevelApiNameList = void 0; exports.LevelApiNameList = ['format', 'web']; exports.LevelApiNameSet = new Set(exports.LevelApiNameList);