mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
'use strict';
|
|
|
|
|
|
var yaml = require('./lib/js-yaml.js');
|
|
|
|
|
|
module.exports = yaml;
|