Projekt

Obecné

Profil

Stáhnout (200 Bajtů) Statistiky
| Větev: | Revize:
1
/*
2
	MIT License http://www.opensource.org/licenses/mit-license.php
3
	Author Tobias Koppers @sokra
4
*/
5
"use strict";
6

    
7
class OptionsApply {
8
	process(options, compiler) {}
9
}
10
module.exports = OptionsApply;
(104-104/144)