11 lines
		
	
	
		
			204 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| 
 | |
| if (!require("./is-implemented")()) {
 | |
| 	Object.defineProperty(String.prototype, "normalize", {
 | |
| 		value: require("./shim"),
 | |
| 		configurable: true,
 | |
| 		enumerable: false,
 | |
| 		writable: true
 | |
| 	});
 | |
| }
 |